Html Css Color HEX #866EBA True V

📋 copy color: '#866EBA'

red 134 ◦ green 110 ◦ blue 186

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

Shades of True V #866EBA

Tints of True V #866EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 31.16%
G = 25.58%
B = 43.26%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#866EBA (or 0x866EBA) is known color: True V. HEX triplet: 86, 6E and BA. RGB value is (134,110,186). Sum of RGB (Red+Green+Blue) = 134+110+186=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #866EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EBA is #799145. Grayscale: #7D7D7D. Windows color (decimal): -7967046 or 12217990. OLE color: 12217990.

HSL color Cylindrical-coordinate representation of color #866EBA: hue angle of 258.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866EBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 110 186 -
CMYK 0.28 0.41 0 0.27
HSL 258.95º 0.36% 0.58% -
HSV(B) 258.95º 0.41% 0.73% -
XYZ 24.27 19.77 48.99 -
YUV 125.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 134 110 186 0.28 0.41 0 0.27 258.95 0.36 0.58
Hex 86 6E BA 1C 29 0 1B 103 24 3A
Octal 206 156 272 34 51 0 33 403 44 72
Binary 10000110 1101110 10111010 11100 101001 0 11011 100000011 100100 111010

Color Harmonies of #866EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EBA

Black with #866EBA

Text Example


Text Example

White with #866EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866EBA; }

 p { color: rgb(134,110,186); }

 H1.HeaderClassName
 {
   color: #866EBA;
 }
 .AnyTagClassName
 {
   color: #866EBA;
 }
</style>

background-color css

<style>
 a { background-color: #866EBA; }

 a { background-color: rgb(134,110,186); }

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

border-color css

<style>
 span { border-color: #866EBA; }

 span { border-color: rgb(134,110,186); }

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