Html Css Color HEX #756FCB Moody Blue

📋 copy color: '#756FCB'

red 117 ◦ green 111 ◦ blue 203

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

Shades of Moody Blue #756FCB

Tints of Moody Blue #756FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 27.15%
G = 25.75%
B = 47.1%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#756FCB (or 0x756FCB) is known color: Moody Blue. HEX triplet: 75, 6F and CB. RGB value is (117,111,203). Sum of RGB (Red+Green+Blue) = 117+111+203=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #756FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FCB is #8A9034. Grayscale: #7A7A7A. Windows color (decimal): -9080885 or 13332341. OLE color: 13332341.

HSL color Cylindrical-coordinate representation of color #756FCB: hue angle of 243.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756FCB is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 111 203 -
CMYK 0.42 0.45 0 0.20
HSL 243.91º 0.47% 0.62% -
HSV(B) 243.91º 0.45% 0.8% -
XYZ 23.8 19.46 59 -
YUV 123.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 117 111 203 0.42 0.45 0 0.20 243.91 0.47 0.62
Hex 75 6F CB 2A 2D 0 14 F4 2F 3E
Octal 165 157 313 52 55 0 24 364 57 76
Binary 1110101 1101111 11001011 101010 101101 0 10100 11110100 101111 111110

Color Harmonies of #756FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FCB

Black with #756FCB

Text Example


Text Example

White with #756FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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