Html Css Color HEX #757BCD Moody Blue

📋 copy color: '#757BCD'

red 117 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #757BCD

Tints of Moody Blue #757BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 26.29%
G = 27.64%
B = 46.07%

CMYK

 C value IS 0.43

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#757BCD (or 0x757BCD) is known color: Moody Blue. HEX triplet: 75, 7B and CD. RGB value is (117,123,205). Sum of RGB (Red+Green+Blue) = 117+123+205=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #757BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BCD is #8A8432. Grayscale: #828282. Windows color (decimal): -9077811 or 13466485. OLE color: 13466485.

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

Color convert

RGB 117 123 205 -
CMYK 0.43 0.4 0 0.20
HSL 235.91º 0.47% 0.63% -
HSV(B) 235.91º 0.43% 0.8% -
XYZ 25.44 22.36 60.73 -
YUV 130.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 117 123 205 0.43 0.4 0 0.20 235.91 0.47 0.63
Hex 75 7B CD 2B 28 0 14 EC 2F 3F
Octal 165 173 315 53 50 0 24 354 57 77
Binary 1110101 1111011 11001101 101011 101000 0 10100 11101100 101111 111111

Color Harmonies of #757BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BCD

Black with #757BCD

Text Example


Text Example

White with #757BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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