Html Css Color HEX #825AFE Light Slate Blue

📋 copy color: '#825AFE'

red 130 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #825AFE

Tints of Light Slate Blue #825AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 27.43%
G = 18.99%
B = 53.59%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#825AFE (or 0x825AFE) is known color: Light Slate Blue. HEX triplet: 82, 5A and FE. RGB value is (130,90,254). Sum of RGB (Red+Green+Blue) = 130+90+254=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #825AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825AFE is #7DA501. Grayscale: #787878. Windows color (decimal): -8234242 or 16669314. OLE color: 16669314.

HSL color Cylindrical-coordinate representation of color #825AFE: hue angle of 254.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #825AFE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 90 254 -
CMYK 0.49 0.65 0 0.00
HSL 254.63º 0.99% 0.67% -
HSV(B) 254.63º 0.65% 1% -
XYZ 30.75 19.21 95.85 -
YUV 120.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 130 90 254 0.49 0.65 0 0.00 254.63 0.99 0.67
Hex 82 5A FE 31 41 0 0 FF 63 43
Octal 202 132 376 61 101 0 0 377 143 103
Binary 10000010 1011010 11111110 110001 1000001 0 0 11111111 1100011 1000011

Color Harmonies of #825AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AFE

Black with #825AFE

Text Example


Text Example

White with #825AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825AFE; }

 p { color: rgb(130,90,254); }

 H1.HeaderClassName
 {
   color: #825AFE;
 }
 .AnyTagClassName
 {
   color: #825AFE;
 }
</style>

background-color css

<style>
 a { background-color: #825AFE; }

 a { background-color: rgb(130,90,254); }

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

border-color css

<style>
 span { border-color: #825AFE; }

 span { border-color: rgb(130,90,254); }

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