Html Css Color HEX #886FBE True V

📋 copy color: '#886FBE'

red 136 ◦ green 111 ◦ blue 190

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

Shades of True V #886FBE

Tints of True V #886FBE

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 31.12%
G = 25.4%
B = 43.48%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#886FBE (or 0x886FBE) is known color: True V. HEX triplet: 88, 6F and BE. RGB value is (136,111,190). Sum of RGB (Red+Green+Blue) = 136+111+190=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #886FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBE is #779041. Grayscale: #7F7F7F. Windows color (decimal): -7835714 or 12480392. OLE color: 12480392.

HSL color Cylindrical-coordinate representation of color #886FBE: hue angle of 258.99º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886FBE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 111 190 -
CMYK 0.28 0.42 0 0.25
HSL 258.99º 0.38% 0.59% -
HSV(B) 258.99º 0.42% 0.75% -
XYZ 25.13 20.32 51.31 -
YUV 127.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 136 111 190 0.28 0.42 0 0.25 258.99 0.38 0.59
Hex 88 6F BE 1C 2A 0 19 103 26 3B
Octal 210 157 276 34 52 0 31 403 46 73
Binary 10001000 1101111 10111110 11100 101010 0 11001 100000011 100110 111011

Color Harmonies of #886FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FBE

Black with #886FBE

Text Example


Text Example

White with #886FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886FBE; }

 p { color: rgb(136,111,190); }

 H1.HeaderClassName
 {
   color: #886FBE;
 }
 .AnyTagClassName
 {
   color: #886FBE;
 }
</style>

background-color css

<style>
 a { background-color: #886FBE; }

 a { background-color: rgb(136,111,190); }

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

border-color css

<style>
 span { border-color: #886FBE; }

 span { border-color: rgb(136,111,190); }

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