Html Css Color HEX #8155D0 Slate Blue

📋 copy color: '#8155D0'

red 129 ◦ green 85 ◦ blue 208

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

Shades of Slate Blue #8155D0

Tints of Slate Blue #8155D0

RGB

 RED value IS 129 (50.78% from 255) = 30.57%

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 30.57%
G = 20.14%
B = 49.29%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8155D0 (or 0x8155D0) is known color: Slate Blue. HEX triplet: 81, 55 and D0. RGB value is (129,85,208). Sum of RGB (Red+Green+Blue) = 129+85+208=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #8155D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155D0 is #7EAA2F. Grayscale: #6F6F6F. Windows color (decimal): -8301104 or 13653377. OLE color: 13653377.

HSL color Cylindrical-coordinate representation of color #8155D0: hue angle of 261.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155D0 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 85 208 -
CMYK 0.38 0.59 0 0.18
HSL 261.46º 0.57% 0.57% -
HSV(B) 261.46º 0.59% 0.82% -
XYZ 23.69 15.72 61.46 -
YUV 112.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 129 85 208 0.38 0.59 0 0.18 261.46 0.57 0.57
Hex 81 55 D0 26 3B 0 12 105 39 39
Octal 201 125 320 46 73 0 22 405 71 71
Binary 10000001 1010101 11010000 100110 111011 0 10010 100000101 111001 111001

Color Harmonies of #8155D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155D0

Black with #8155D0

Text Example


Text Example

White with #8155D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155D0; }

 p { color: rgb(129,85,208); }

 H1.HeaderClassName
 {
   color: #8155D0;
 }
 .AnyTagClassName
 {
   color: #8155D0;
 }
</style>

background-color css

<style>
 a { background-color: #8155D0; }

 a { background-color: rgb(129,85,208); }

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

border-color css

<style>
 span { border-color: #8155D0; }

 span { border-color: rgb(129,85,208); }

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