Html Css Color HEX #8875BE True V

📋 copy color: '#8875BE'

red 136 ◦ green 117 ◦ blue 190

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

Shades of True V #8875BE

Tints of True V #8875BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 30.7%
G = 26.41%
B = 42.89%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8875BE (or 0x8875BE) is known color: True V. HEX triplet: 88, 75 and BE. RGB value is (136,117,190). Sum of RGB (Red+Green+Blue) = 136+117+190=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8875BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875BE is #778A41. Grayscale: #828282. Windows color (decimal): -7834178 or 12481928. OLE color: 12481928.

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

Color convert

RGB 136 117 190 -
CMYK 0.28 0.38 0 0.25
HSL 255.62º 0.36% 0.6% -
HSV(B) 255.62º 0.38% 0.75% -
XYZ 25.81 21.67 51.54 -
YUV 131 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 136 117 190 0.28 0.38 0 0.25 255.62 0.36 0.6
Hex 88 75 BE 1C 26 0 19 100 24 3C
Octal 210 165 276 34 46 0 31 400 44 74
Binary 10001000 1110101 10111110 11100 100110 0 11001 100000000 100100 111100

Color Harmonies of #8875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8875BE

Black with #8875BE

Text Example


Text Example

White with #8875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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