Html Css Color HEX #867ECB Moody Blue

📋 copy color: '#867ECB'

red 134 ◦ green 126 ◦ blue 203

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

Shades of Moody Blue #867ECB

Tints of Moody Blue #867ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

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

R = 28.94%
G = 27.21%
B = 43.84%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#867ECB (or 0x867ECB) is known color: Moody Blue. HEX triplet: 86, 7E and CB. RGB value is (134,126,203). Sum of RGB (Red+Green+Blue) = 134+126+203=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 126 (49.61% from 255 or 27.21% 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 #867ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ECB is #798134. Grayscale: #888888. Windows color (decimal): -7962933 or 13336198. OLE color: 13336198.

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

Color convert

RGB 134 126 203 -
CMYK 0.34 0.38 0 0.20
HSL 246.23º 0.43% 0.65% -
HSV(B) 246.23º 0.38% 0.8% -
XYZ 28.07 24.3 59.71 -
YUV 137.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 134 126 203 0.34 0.38 0 0.20 246.23 0.43 0.65
Hex 86 7E CB 22 26 0 14 F6 2B 41
Octal 206 176 313 42 46 0 24 366 53 101
Binary 10000110 1111110 11001011 100010 100110 0 10100 11110110 101011 1000001

Color Harmonies of #867ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867ECB

Black with #867ECB

Text Example


Text Example

White with #867ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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