Html Css Color HEX #7F85CC Moody Blue

📋 copy color: '#7F85CC'

red 127 ◦ green 133 ◦ blue 204

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

Shades of Moody Blue #7F85CC

Tints of Moody Blue #7F85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 27.37%
G = 28.66%
B = 43.97%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F85CC (or 0x7F85CC) is known color: Moody Blue. HEX triplet: 7F, 85 and CC. RGB value is (127,133,204). Sum of RGB (Red+Green+Blue) = 127+133+204=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85CC is #807A33. Grayscale: #8B8B8B. Windows color (decimal): -8419892 or 13403519. OLE color: 13403519.

HSL color Cylindrical-coordinate representation of color #7F85CC: hue angle of 235.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F85CC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 133 204 -
CMYK 0.38 0.35 0 0.2
HSL 235.32º 0.43% 0.65% -
HSV(B) 235.32º 0.38% 0.8% -
XYZ 28.04 25.65 60.6 -
YUV 139.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 127 133 204 0.38 0.35 0 0.2 235.32 0.43 0.65
Hex 7F 85 CC 26 23 0 14 EB 2B 41
Octal 177 205 314 46 43 0 24 353 53 101
Binary 1111111 10000101 11001100 100110 100011 0 10100 11101011 101011 1000001

Color Harmonies of #7F85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85CC

Black with #7F85CC

Text Example


Text Example

White with #7F85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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