Html Css Color HEX #757CCC Moody Blue

📋 copy color: '#757CCC'

red 117 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #757CCC

Tints of Moody Blue #757CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

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

R = 26.29%
G = 27.87%
B = 45.84%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#757CCC (or 0x757CCC) is known color: Moody Blue. HEX triplet: 75, 7C and CC. RGB value is (117,124,204). Sum of RGB (Red+Green+Blue) = 117+124+204=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #757CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCC is #8A8333. Grayscale: #828282. Windows color (decimal): -9077556 or 13401205. OLE color: 13401205.

HSL color Cylindrical-coordinate representation of color #757CCC: hue angle of 235.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757CCC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 124 204 -
CMYK 0.43 0.39 0 0.2
HSL 235.17º 0.46% 0.63% -
HSV(B) 235.17º 0.43% 0.8% -
XYZ 25.44 22.56 60.14 -
YUV 131.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 117 124 204 0.43 0.39 0 0.2 235.17 0.46 0.63
Hex 75 7C CC 2B 27 0 14 EB 2E 3F
Octal 165 174 314 53 47 0 24 353 56 77
Binary 1110101 1111100 11001100 101011 100111 0 10100 11101011 101110 111111

Color Harmonies of #757CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CCC

Black with #757CCC

Text Example


Text Example

White with #757CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757CCC; }

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

 H1.HeaderClassName
 {
   color: #757CCC;
 }
 .AnyTagClassName
 {
   color: #757CCC;
 }
</style>

background-color css

<style>
 a { background-color: #757CCC; }

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

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

border-color css

<style>
 span { border-color: #757CCC; }

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

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