Html Css Color HEX #866DBB True V

📋 copy color: '#866DBB'

red 134 ◦ green 109 ◦ blue 187

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

Shades of True V #866DBB

Tints of True V #866DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.35%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 31.16%
G = 25.35%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#866DBB (or 0x866DBB) is known color: True V. HEX triplet: 86, 6D and BB. RGB value is (134,109,187). Sum of RGB (Red+Green+Blue) = 134+109+187=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #866DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBB is #799244. Grayscale: #7D7D7D. Windows color (decimal): -7967301 or 12283270. OLE color: 12283270.

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

Color convert

RGB 134 109 187 -
CMYK 0.28 0.42 0 0.27
HSL 259.23º 0.36% 0.58% -
HSV(B) 259.23º 0.42% 0.73% -
XYZ 24.27 19.59 49.52 -
YUV 125.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 134 109 187 0.28 0.42 0 0.27 259.23 0.36 0.58
Hex 86 6D BB 1C 2A 0 1B 103 24 3A
Octal 206 155 273 34 52 0 33 403 44 72
Binary 10000110 1101101 10111011 11100 101010 0 11011 100000011 100100 111010

Color Harmonies of #866DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DBB

Black with #866DBB

Text Example


Text Example

White with #866DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,109,187); }

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

background-color css

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

 a { background-color: rgb(134,109,187); }

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

border-color css

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

 span { border-color: rgb(134,109,187); }

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