Html Css Color HEX #8153D4 Slate Blue

📋 copy color: '#8153D4'

red 129 ◦ green 83 ◦ blue 212

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

Shades of Slate Blue #8153D4

Tints of Slate Blue #8153D4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 212 (83.2% from 255) = 50%

R = 30.42%
G = 19.58%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8153D4 (or 0x8153D4) is known color: Slate Blue. HEX triplet: 81, 53 and D4. RGB value is (129,83,212). Sum of RGB (Red+Green+Blue) = 129+83+212=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #8153D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153D4 is #7EAC2B. Grayscale: #6E6E6E. Windows color (decimal): -8301612 or 13915009. OLE color: 13915009.

HSL color Cylindrical-coordinate representation of color #8153D4: hue angle of 261.4º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8153D4 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 83 212 -
CMYK 0.39 0.61 0 0.17
HSL 261.4º 0.6% 0.58% -
HSV(B) 261.4º 0.61% 0.83% -
XYZ 24.03 15.61 64.03 -
YUV 111.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 129 83 212 0.39 0.61 0 0.17 261.4 0.6 0.58
Hex 81 53 D4 27 3D 0 11 105 3C 3A
Octal 201 123 324 47 75 0 21 405 74 72
Binary 10000001 1010011 11010100 100111 111101 0 10001 100000101 111100 111010

Color Harmonies of #8153D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153D4

Black with #8153D4

Text Example


Text Example

White with #8153D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8153D4; }

 p { color: rgb(129,83,212); }

 H1.HeaderClassName
 {
   color: #8153D4;
 }
 .AnyTagClassName
 {
   color: #8153D4;
 }
</style>

background-color css

<style>
 a { background-color: #8153D4; }

 a { background-color: rgb(129,83,212); }

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

border-color css

<style>
 span { border-color: #8153D4; }

 span { border-color: rgb(129,83,212); }

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