Html Css Color HEX #867FCC Moody Blue

📋 copy color: '#867FCC'

red 134 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #867FCC

Tints of Moody Blue #867FCC

RGB

 RED value IS 134 (52.73% from 255) = 28.82%

 GREEN value IS 127 (50% from 255) = 27.31%

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

R = 28.82%
G = 27.31%
B = 43.87%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#867FCC (or 0x867FCC) is known color: Moody Blue. HEX triplet: 86, 7F and CC. RGB value is (134,127,204). Sum of RGB (Red+Green+Blue) = 134+127+204=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #867FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FCC is #798033. Grayscale: #898989. Windows color (decimal): -7962676 or 13401990. OLE color: 13401990.

HSL color Cylindrical-coordinate representation of color #867FCC: hue angle of 245.45º 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 #867FCC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 127 204 -
CMYK 0.34 0.38 0 0.2
HSL 245.45º 0.43% 0.65% -
HSV(B) 245.45º 0.38% 0.8% -
XYZ 28.32 24.61 60.38 -
YUV 137.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 134 127 204 0.34 0.38 0 0.2 245.45 0.43 0.65
Hex 86 7F CC 22 26 0 14 F5 2B 41
Octal 206 177 314 42 46 0 24 365 53 101
Binary 10000110 1111111 11001100 100010 100110 0 10100 11110101 101011 1000001

Color Harmonies of #867FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FCC

Black with #867FCC

Text Example


Text Example

White with #867FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867FCC; }

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

 H1.HeaderClassName
 {
   color: #867FCC;
 }
 .AnyTagClassName
 {
   color: #867FCC;
 }
</style>

background-color css

<style>
 a { background-color: #867FCC; }

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

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

border-color css

<style>
 span { border-color: #867FCC; }

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

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