Html Css Color HEX #825EFD Light Slate Blue

📋 copy color: '#825EFD'

red 130 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #825EFD

Tints of Light Slate Blue #825EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 27.25%
G = 19.71%
B = 53.04%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#825EFD (or 0x825EFD) is known color: Light Slate Blue. HEX triplet: 82, 5E and FD. RGB value is (130,94,253). Sum of RGB (Red+Green+Blue) = 130+94+253=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #825EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825EFD is #7DA102. Grayscale: #7A7A7A. Windows color (decimal): -8233219 or 16604802. OLE color: 16604802.

HSL color Cylindrical-coordinate representation of color #825EFD: hue angle of 253.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825EFD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 94 253 -
CMYK 0.49 0.63 0 0.01
HSL 253.58º 0.98% 0.68% -
HSV(B) 253.58º 0.63% 0.99% -
XYZ 30.94 19.84 95.13 -
YUV 122.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 130 94 253 0.49 0.63 0 0.01 253.58 0.98 0.68
Hex 82 5E FD 31 3F 0 1 FE 62 44
Octal 202 136 375 61 77 0 1 376 142 104
Binary 10000010 1011110 11111101 110001 111111 0 1 11111110 1100010 1000100

Color Harmonies of #825EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EFD

Black with #825EFD

Text Example


Text Example

White with #825EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,253); }

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

background-color css

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

 a { background-color: rgb(130,94,253); }

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

border-color css

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

 span { border-color: rgb(130,94,253); }

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