Html Css Color HEX #8775BA True V

📋 copy color: '#8775BA'

red 135 ◦ green 117 ◦ blue 186

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

Shades of True V #8775BA

Tints of True V #8775BA

RGB

 RED value IS 135 (53.13% from 255) = 30.82%

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 30.82%
G = 26.71%
B = 42.47%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8775BA (or 0x8775BA) is known color: True V. HEX triplet: 87, 75 and BA. RGB value is (135,117,186). Sum of RGB (Red+Green+Blue) = 135+117+186=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775BA is #788A45. Grayscale: #818181. Windows color (decimal): -7899718 or 12219783. OLE color: 12219783.

HSL color Cylindrical-coordinate representation of color #8775BA: hue angle of 255.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8775BA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 117 186 -
CMYK 0.27 0.37 0 0.27
HSL 255.65º 0.33% 0.59% -
HSV(B) 255.65º 0.37% 0.73% -
XYZ 25.22 21.42 49.26 -
YUV 130.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 135 117 186 0.27 0.37 0 0.27 255.65 0.33 0.59
Hex 87 75 BA 1B 25 0 1B 100 21 3B
Octal 207 165 272 33 45 0 33 400 41 73
Binary 10000111 1110101 10111010 11011 100101 0 11011 100000000 100001 111011

Color Harmonies of #8775BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8775BA

Black with #8775BA

Text Example


Text Example

White with #8775BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8775BA; }

 p { color: rgb(135,117,186); }

 H1.HeaderClassName
 {
   color: #8775BA;
 }
 .AnyTagClassName
 {
   color: #8775BA;
 }
</style>

background-color css

<style>
 a { background-color: #8775BA; }

 a { background-color: rgb(135,117,186); }

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

border-color css

<style>
 span { border-color: #8775BA; }

 span { border-color: rgb(135,117,186); }

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