Html Css Color HEX #867CCB Moody Blue

📋 copy color: '#867CCB'

red 134 ◦ green 124 ◦ blue 203

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

Shades of Moody Blue #867CCB

Tints of Moody Blue #867CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 29.07%
G = 26.9%
B = 44.03%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#867CCB (or 0x867CCB) is known color: Moody Blue. HEX triplet: 86, 7C and CB. RGB value is (134,124,203). Sum of RGB (Red+Green+Blue) = 134+124+203=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #867CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CCB is #798334. Grayscale: #878787. Windows color (decimal): -7963445 or 13335686. OLE color: 13335686.

HSL color Cylindrical-coordinate representation of color #867CCB: hue angle of 247.59º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867CCB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 124 203 -
CMYK 0.34 0.39 0 0.20
HSL 247.59º 0.43% 0.64% -
HSV(B) 247.59º 0.39% 0.8% -
XYZ 27.82 23.8 59.63 -
YUV 136 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 134 124 203 0.34 0.39 0 0.20 247.59 0.43 0.64
Hex 86 7C CB 22 27 0 14 F8 2B 40
Octal 206 174 313 42 47 0 24 370 53 100
Binary 10000110 1111100 11001011 100010 100111 0 10100 11111000 101011 1000000

Color Harmonies of #867CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CCB

Black with #867CCB

Text Example


Text Example

White with #867CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,203); }

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

background-color css

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

 a { background-color: rgb(134,124,203); }

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

border-color css

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

 span { border-color: rgb(134,124,203); }

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