Html Css Color HEX #757DDC Moody Blue

📋 copy color: '#757DDC'

red 117 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #757DDC

Tints of Moody Blue #757DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 25.32%
G = 27.06%
B = 47.62%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#757DDC (or 0x757DDC) is known color: Moody Blue. HEX triplet: 75, 7D and DC. RGB value is (117,125,220). Sum of RGB (Red+Green+Blue) = 117+125+220=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #757DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DDC is #8A8223. Grayscale: #858585. Windows color (decimal): -9077284 or 14450037. OLE color: 14450037.

HSL color Cylindrical-coordinate representation of color #757DDC: hue angle of 235.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757DDC is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 125 220 -
CMYK 0.47 0.43 0 0.14
HSL 235.34º 0.6% 0.66% -
HSV(B) 235.34º 0.47% 0.86% -
XYZ 27.59 23.62 70.81 -
YUV 133.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 117 125 220 0.47 0.43 0 0.14 235.34 0.6 0.66
Hex 75 7D DC 2F 2B 0 E EB 3C 42
Octal 165 175 334 57 53 0 16 353 74 102
Binary 1110101 1111101 11011100 101111 101011 0 1110 11101011 111100 1000010

Color Harmonies of #757DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DDC

Black with #757DDC

Text Example


Text Example

White with #757DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,220); }

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

background-color css

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

 a { background-color: rgb(117,125,220); }

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

border-color css

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

 span { border-color: rgb(117,125,220); }

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