Html Css Color HEX #757CCE Moody Blue

📋 copy color: '#757CCE'

red 117 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #757CCE

Tints of Moody Blue #757CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 26.17%
G = 27.74%
B = 46.09%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#757CCE (or 0x757CCE) is known color: Moody Blue. HEX triplet: 75, 7C and CE. RGB value is (117,124,206). Sum of RGB (Red+Green+Blue) = 117+124+206=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #757CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCE is #8A8331. Grayscale: #828282. Windows color (decimal): -9077554 or 13532277. OLE color: 13532277.

HSL color Cylindrical-coordinate representation of color #757CCE: hue angle of 235.28º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757CCE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 124 206 -
CMYK 0.43 0.40 0 0.19
HSL 235.28º 0.48% 0.63% -
HSV(B) 235.28º 0.43% 0.81% -
XYZ 25.68 22.65 61.41 -
YUV 131.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 117 124 206 0.43 0.40 0 0.19 235.28 0.48 0.63
Hex 75 7C CE 2B 28 0 13 EB 30 3F
Octal 165 174 316 53 50 0 23 353 60 77
Binary 1110101 1111100 11001110 101011 101000 0 10011 11101011 110000 111111

Color Harmonies of #757CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CCE

Black with #757CCE

Text Example


Text Example

White with #757CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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