Html Css Color HEX #756DCC Moody Blue

📋 copy color: '#756DCC'

red 117 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #756DCC

Tints of Moody Blue #756DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 27.21%
G = 25.35%
B = 47.44%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#756DCC (or 0x756DCC) is known color: Moody Blue. HEX triplet: 75, 6D and CC. RGB value is (117,109,204). Sum of RGB (Red+Green+Blue) = 117+109+204=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #756DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCC is #8A9233. Grayscale: #797979. Windows color (decimal): -9081396 or 13397365. OLE color: 13397365.

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

Color convert

RGB 117 109 204 -
CMYK 0.43 0.47 0 0.2
HSL 245.05º 0.48% 0.61% -
HSV(B) 245.05º 0.47% 0.8% -
XYZ 23.7 19.08 59.56 -
YUV 122.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 117 109 204 0.43 0.47 0 0.2 245.05 0.48 0.61
Hex 75 6D CC 2B 2F 0 14 F5 30 3D
Octal 165 155 314 53 57 0 24 365 60 75
Binary 1110101 1101101 11001100 101011 101111 0 10100 11110101 110000 111101

Color Harmonies of #756DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DCC

Black with #756DCC

Text Example


Text Example

White with #756DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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