Html Css Color HEX #8875BF True V

📋 copy color: '#8875BF'

red 136 ◦ green 117 ◦ blue 191

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

Shades of True V #8875BF

Tints of True V #8875BF

RGB

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

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

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

R = 30.63%
G = 26.35%
B = 43.02%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8875BF (or 0x8875BF) is known color: True V. HEX triplet: 88, 75 and BF. RGB value is (136,117,191). Sum of RGB (Red+Green+Blue) = 136+117+191=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #8875BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875BF is #778A40. Grayscale: #828282. Windows color (decimal): -7834177 or 12547464. OLE color: 12547464.

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

Color convert

RGB 136 117 191 -
CMYK 0.29 0.39 0 0.25
HSL 255.41º 0.37% 0.6% -
HSV(B) 255.41º 0.39% 0.75% -
XYZ 25.92 21.72 52.12 -
YUV 131.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 136 117 191 0.29 0.39 0 0.25 255.41 0.37 0.6
Hex 88 75 BF 1D 27 0 19 FF 25 3C
Octal 210 165 277 35 47 0 31 377 45 74
Binary 10001000 1110101 10111111 11101 100111 0 11001 11111111 100101 111100

Color Harmonies of #8875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8875BF

Black with #8875BF

Text Example


Text Example

White with #8875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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