Html Css Color HEX #756DCB Moody Blue

📋 copy color: '#756DCB'

red 117 ◦ green 109 ◦ blue 203

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

Shades of Moody Blue #756DCB

Tints of Moody Blue #756DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 27.27%
G = 25.41%
B = 47.32%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#756DCB (or 0x756DCB) is known color: Moody Blue. HEX triplet: 75, 6D and CB. RGB value is (117,109,203). Sum of RGB (Red+Green+Blue) = 117+109+203=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #756DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCB is #8A9234. Grayscale: #797979. Windows color (decimal): -9081397 or 13331829. OLE color: 13331829.

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

Color convert

RGB 117 109 203 -
CMYK 0.42 0.46 0 0.20
HSL 245.11º 0.47% 0.61% -
HSV(B) 245.11º 0.46% 0.8% -
XYZ 23.58 19.03 58.93 -
YUV 122.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 117 109 203 0.42 0.46 0 0.20 245.11 0.47 0.61
Hex 75 6D CB 2A 2E 0 14 F5 2F 3D
Octal 165 155 313 52 56 0 24 365 57 75
Binary 1110101 1101101 11001011 101010 101110 0 10100 11110101 101111 111101

Color Harmonies of #756DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DCB

Black with #756DCB

Text Example


Text Example

White with #756DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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