Html Css Color HEX #8865BF True V

📋 copy color: '#8865BF'

red 136 ◦ green 101 ◦ blue 191

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

Shades of True V #8865BF

Tints of True V #8865BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 31.78%
G = 23.6%
B = 44.63%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8865BF (or 0x8865BF) is known color: True V. HEX triplet: 88, 65 and BF. RGB value is (136,101,191). Sum of RGB (Red+Green+Blue) = 136+101+191=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #8865BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865BF is #779A40. Grayscale: #797979. Windows color (decimal): -7838273 or 12543368. OLE color: 12543368.

HSL color Cylindrical-coordinate representation of color #8865BF: hue angle of 263.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8865BF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 101 191 -
CMYK 0.29 0.47 0 0.25
HSL 263.33º 0.41% 0.57% -
HSV(B) 263.33º 0.47% 0.75% -
XYZ 24.21 18.3 51.55 -
YUV 121.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 136 101 191 0.29 0.47 0 0.25 263.33 0.41 0.57
Hex 88 65 BF 1D 2F 0 19 107 29 39
Octal 210 145 277 35 57 0 31 407 51 71
Binary 10001000 1100101 10111111 11101 101111 0 11001 100000111 101001 111001

Color Harmonies of #8865BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8865BF

Black with #8865BF

Text Example


Text Example

White with #8865BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8865BF; }

 p { color: rgb(136,101,191); }

 H1.HeaderClassName
 {
   color: #8865BF;
 }
 .AnyTagClassName
 {
   color: #8865BF;
 }
</style>

background-color css

<style>
 a { background-color: #8865BF; }

 a { background-color: rgb(136,101,191); }

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

border-color css

<style>
 span { border-color: #8865BF; }

 span { border-color: rgb(136,101,191); }

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