Html Css Color HEX #8251DA Slate Blue

📋 copy color: '#8251DA'

red 130 ◦ green 81 ◦ blue 218

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

Shades of Slate Blue #8251DA

Tints of Slate Blue #8251DA

RGB

 RED value IS 130 (51.17% from 255) = 30.3%

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 30.3%
G = 18.88%
B = 50.82%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8251DA (or 0x8251DA) is known color: Slate Blue. HEX triplet: 82, 51 and DA. RGB value is (130,81,218). Sum of RGB (Red+Green+Blue) = 130+81+218=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #8251DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251DA is #7DAE25. Grayscale: #6E6E6E. Windows color (decimal): -8236582 or 14307714. OLE color: 14307714.

HSL color Cylindrical-coordinate representation of color #8251DA: hue angle of 261.46º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8251DA is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 81 218 -
CMYK 0.40 0.63 0 0.15
HSL 261.46º 0.65% 0.59% -
HSV(B) 261.46º 0.63% 0.85% -
XYZ 24.8 15.69 68.05 -
YUV 111.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 130 81 218 0.40 0.63 0 0.15 261.46 0.65 0.59
Hex 82 51 DA 28 3F 0 F 105 41 3B
Octal 202 121 332 50 77 0 17 405 101 73
Binary 10000010 1010001 11011010 101000 111111 0 1111 100000101 1000001 111011

Color Harmonies of #8251DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251DA

Black with #8251DA

Text Example


Text Example

White with #8251DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8251DA; }

 p { color: rgb(130,81,218); }

 H1.HeaderClassName
 {
   color: #8251DA;
 }
 .AnyTagClassName
 {
   color: #8251DA;
 }
</style>

background-color css

<style>
 a { background-color: #8251DA; }

 a { background-color: rgb(130,81,218); }

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

border-color css

<style>
 span { border-color: #8251DA; }

 span { border-color: rgb(130,81,218); }

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