Html Css Color HEX #827AFE Light Slate Blue

📋 copy color: '#827AFE'

red 130 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #827AFE

Tints of Light Slate Blue #827AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.11%

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

R = 25.69%
G = 24.11%
B = 50.2%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#827AFE (or 0x827AFE) is known color: Light Slate Blue. HEX triplet: 82, 7A and FE. RGB value is (130,122,254). Sum of RGB (Red+Green+Blue) = 130+122+254=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #827AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AFE is #7D8501. Grayscale: #8A8A8A. Windows color (decimal): -8226050 or 16677506. OLE color: 16677506.

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

Color convert

RGB 130 122 254 -
CMYK 0.49 0.52 0 0.00
HSL 243.64º 0.99% 0.74% -
HSV(B) 243.64º 0.52% 1% -
XYZ 34.05 25.82 96.95 -
YUV 139.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 130 122 254 0.49 0.52 0 0.00 243.64 0.99 0.74
Hex 82 7A FE 31 34 0 0 F4 63 4A
Octal 202 172 376 61 64 0 0 364 143 112
Binary 10000010 1111010 11111110 110001 110100 0 0 11110100 1100011 1001010

Color Harmonies of #827AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AFE

Black with #827AFE

Text Example


Text Example

White with #827AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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