Html Css Color HEX #886BCF True V

📋 copy color: '#886BCF'

red 136 ◦ green 107 ◦ blue 207

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

Shades of True V #886BCF

Tints of True V #886BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 30.22%
G = 23.78%
B = 46%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886BCF (or 0x886BCF) is known color: True V. HEX triplet: 88, 6B and CF. RGB value is (136,107,207). Sum of RGB (Red+Green+Blue) = 136+107+207=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #886BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BCF is #779430. Grayscale: #7E7E7E. Windows color (decimal): -7836721 or 13593480. OLE color: 13593480.

HSL color Cylindrical-coordinate representation of color #886BCF: hue angle of 257.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886BCF is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 107 207 -
CMYK 0.34 0.48 0 0.19
HSL 257.4º 0.51% 0.62% -
HSV(B) 257.4º 0.48% 0.81% -
XYZ 26.67 20.25 61.54 -
YUV 127.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 136 107 207 0.34 0.48 0 0.19 257.4 0.51 0.62
Hex 88 6B CF 22 30 0 13 101 33 3E
Octal 210 153 317 42 60 0 23 401 63 76
Binary 10001000 1101011 11001111 100010 110000 0 10011 100000001 110011 111110

Color Harmonies of #886BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BCF

Black with #886BCF

Text Example


Text Example

White with #886BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,107,207); }

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

background-color css

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

 a { background-color: rgb(136,107,207); }

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

border-color css

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

 span { border-color: rgb(136,107,207); }

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