Html Css Color HEX #756FCF Moody Blue

📋 copy color: '#756FCF'

red 117 ◦ green 111 ◦ blue 207

#756FCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #756FCF

Tints of Moody Blue #756FCF

RGB

 RED value IS 117 (46.09% from 255) = 26.9%

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 26.9%
G = 25.52%
B = 47.59%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#756FCF (or 0x756FCF) is known color: Moody Blue. HEX triplet: 75, 6F and CF. RGB value is (117,111,207). Sum of RGB (Red+Green+Blue) = 117+111+207=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #756FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FCF is #8A9030. Grayscale: #7B7B7B. Windows color (decimal): -9080881 or 13594485. OLE color: 13594485.

HSL color Cylindrical-coordinate representation of color #756FCF: hue angle of 243.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756FCF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 111 207 -
CMYK 0.43 0.46 0 0.19
HSL 243.75º 0.5% 0.62% -
HSV(B) 243.75º 0.46% 0.81% -
XYZ 24.28 19.66 61.55 -
YUV 123.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 117 111 207 0.43 0.46 0 0.19 243.75 0.5 0.62
Hex 75 6F CF 2B 2E 0 13 F4 32 3E
Octal 165 157 317 53 56 0 23 364 62 76
Binary 1110101 1101111 11001111 101011 101110 0 10011 11110100 110010 111110

Color Harmonies of #756FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FCF

Black with #756FCF

Text Example


Text Example

White with #756FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756FCF; }

 p { color: rgb(117,111,207); }

 H1.HeaderClassName
 {
   color: #756FCF;
 }
 .AnyTagClassName
 {
   color: #756FCF;
 }
</style>

background-color css

<style>
 a { background-color: #756FCF; }

 a { background-color: rgb(117,111,207); }

 div.DivClassName
 {
   background-color: #756FCF;
 }
 .BgClassName
 {
   background-color: #756FCF;
 }
</style>

border-color css

<style>
 span { border-color: #756FCF; }

 span { border-color: rgb(117,111,207); }

 td.TdClassName
 {
   border-color: #756FCF;
 }
 .TagClassName
 {
   border-color: #756FCF;
 }
</style>