Html Css Color HEX #8870BE True V

📋 copy color: '#8870BE'

red 136 ◦ green 112 ◦ blue 190

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

Shades of True V #8870BE

Tints of True V #8870BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 31.05%
G = 25.57%
B = 43.38%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8870BE (or 0x8870BE) is known color: True V. HEX triplet: 88, 70 and BE. RGB value is (136,112,190). Sum of RGB (Red+Green+Blue) = 136+112+190=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8870BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870BE is #778F41. Grayscale: #7F7F7F. Windows color (decimal): -7835458 or 12480648. OLE color: 12480648.

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

Color convert

RGB 136 112 190 -
CMYK 0.28 0.41 0 0.25
HSL 258.46º 0.38% 0.59% -
HSV(B) 258.46º 0.41% 0.75% -
XYZ 25.24 20.54 51.35 -
YUV 128.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 136 112 190 0.28 0.41 0 0.25 258.46 0.38 0.59
Hex 88 70 BE 1C 29 0 19 102 26 3B
Octal 210 160 276 34 51 0 31 402 46 73
Binary 10001000 1110000 10111110 11100 101001 0 11001 100000010 100110 111011

Color Harmonies of #8870BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870BE

Black with #8870BE

Text Example


Text Example

White with #8870BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8870BE; }

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

 H1.HeaderClassName
 {
   color: #8870BE;
 }
 .AnyTagClassName
 {
   color: #8870BE;
 }
</style>

background-color css

<style>
 a { background-color: #8870BE; }

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

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

border-color css

<style>
 span { border-color: #8870BE; }

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

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