Html Css Color HEX #757ACD Moody Blue

📋 copy color: '#757ACD'

red 117 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #757ACD

Tints of Moody Blue #757ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

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

R = 26.35%
G = 27.48%
B = 46.17%

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

#757ACD (or 0x757ACD) is known color: Moody Blue. HEX triplet: 75, 7A and CD. RGB value is (117,122,205). Sum of RGB (Red+Green+Blue) = 117+122+205=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #757ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ACD is #8A8532. Grayscale: #818181. Windows color (decimal): -9078067 or 13466229. OLE color: 13466229.

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

Color convert

RGB 117 122 205 -
CMYK 0.43 0.40 0 0.20
HSL 236.59º 0.47% 0.63% -
HSV(B) 236.59º 0.43% 0.8% -
XYZ 25.32 22.11 60.69 -
YUV 129.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 117 122 205 0.43 0.40 0 0.20 236.59 0.47 0.63
Hex 75 7A CD 2B 28 0 14 ED 2F 3F
Octal 165 172 315 53 50 0 24 355 57 77
Binary 1110101 1111010 11001101 101011 101000 0 10100 11101101 101111 111111

Color Harmonies of #757ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757ACD

Black with #757ACD

Text Example


Text Example

White with #757ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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