Html Css Color HEX #757CCD Moody Blue

📋 copy color: '#757CCD'

red 117 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #757CCD

Tints of Moody Blue #757CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 26.23%
G = 27.8%
B = 45.96%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#757CCD (or 0x757CCD) is known color: Moody Blue. HEX triplet: 75, 7C and CD. RGB value is (117,124,205). Sum of RGB (Red+Green+Blue) = 117+124+205=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #757CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCD is #8A8332. Grayscale: #828282. Windows color (decimal): -9077555 or 13466741. OLE color: 13466741.

HSL color Cylindrical-coordinate representation of color #757CCD: hue angle of 235.23º degrees, saturation: 0.47, 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 #757CCD is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 124 205 -
CMYK 0.43 0.40 0 0.20
HSL 235.23º 0.47% 0.63% -
HSV(B) 235.23º 0.43% 0.8% -
XYZ 25.56 22.6 60.77 -
YUV 131.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 117 124 205 0.43 0.40 0 0.20 235.23 0.47 0.63
Hex 75 7C CD 2B 28 0 14 EB 2F 3F
Octal 165 174 315 53 50 0 24 353 57 77
Binary 1110101 1111100 11001101 101011 101000 0 10100 11101011 101111 111111

Color Harmonies of #757CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CCD

Black with #757CCD

Text Example


Text Example

White with #757CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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