Html Css Color HEX #757DCA Moody Blue

📋 copy color: '#757DCA'

red 117 ◦ green 125 ◦ blue 202

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

Shades of Moody Blue #757DCA

Tints of Moody Blue #757DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 26.35%
G = 28.15%
B = 45.5%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#757DCA (or 0x757DCA) is known color: Moody Blue. HEX triplet: 75, 7D and CA. RGB value is (117,125,202). Sum of RGB (Red+Green+Blue) = 117+125+202=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #757DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DCA is #8A8235. Grayscale: #838383. Windows color (decimal): -9077302 or 13270389. OLE color: 13270389.

HSL color Cylindrical-coordinate representation of color #757DCA: hue angle of 234.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757DCA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 125 202 -
CMYK 0.42 0.38 0 0.21
HSL 234.35º 0.45% 0.63% -
HSV(B) 234.35º 0.42% 0.79% -
XYZ 25.33 22.71 58.93 -
YUV 131.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 117 125 202 0.42 0.38 0 0.21 234.35 0.45 0.63
Hex 75 7D CA 2A 26 0 15 EA 2D 3F
Octal 165 175 312 52 46 0 25 352 55 77
Binary 1110101 1111101 11001010 101010 100110 0 10101 11101010 101101 111111

Color Harmonies of #757DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DCA

Black with #757DCA

Text Example


Text Example

White with #757DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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