Html Css Color HEX #7F85CB Moody Blue

📋 copy color: '#7F85CB'

red 127 ◦ green 133 ◦ blue 203

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

Shades of Moody Blue #7F85CB

Tints of Moody Blue #7F85CB

RGB

 RED value IS 127 (50% from 255) = 27.43%

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 27.43%
G = 28.73%
B = 43.84%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F85CB (or 0x7F85CB) is known color: Moody Blue. HEX triplet: 7F, 85 and CB. RGB value is (127,133,203). Sum of RGB (Red+Green+Blue) = 127+133+203=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F85CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85CB is #807A34. Grayscale: #8A8A8A. Windows color (decimal): -8419893 or 13337983. OLE color: 13337983.

HSL color Cylindrical-coordinate representation of color #7F85CB: hue angle of 235.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F85CB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 133 203 -
CMYK 0.37 0.34 0 0.20
HSL 235.26º 0.42% 0.65% -
HSV(B) 235.26º 0.37% 0.8% -
XYZ 27.92 25.6 59.97 -
YUV 139.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 127 133 203 0.37 0.34 0 0.20 235.26 0.42 0.65
Hex 7F 85 CB 25 22 0 14 EB 2A 41
Octal 177 205 313 45 42 0 24 353 52 101
Binary 1111111 10000101 11001011 100101 100010 0 10100 11101011 101010 1000001

Color Harmonies of #7F85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85CB

Black with #7F85CB

Text Example


Text Example

White with #7F85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F85CB; }

 p { color: rgb(127,133,203); }

 H1.HeaderClassName
 {
   color: #7F85CB;
 }
 .AnyTagClassName
 {
   color: #7F85CB;
 }
</style>

background-color css

<style>
 a { background-color: #7F85CB; }

 a { background-color: rgb(127,133,203); }

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

border-color css

<style>
 span { border-color: #7F85CB; }

 span { border-color: rgb(127,133,203); }

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