Html Css Color HEX #827AFC Light Slate Blue

📋 copy color: '#827AFC'

red 130 ◦ green 122 ◦ blue 252

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

Shades of Light Slate Blue #827AFC

Tints of Light Slate Blue #827AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 25.79%
G = 24.21%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#827AFC (or 0x827AFC) is known color: Light Slate Blue. HEX triplet: 82, 7A and FC. RGB value is (130,122,252). Sum of RGB (Red+Green+Blue) = 130+122+252=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #827AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AFC is #7D8503. Grayscale: #8A8A8A. Windows color (decimal): -8226052 or 16546434. OLE color: 16546434.

HSL color Cylindrical-coordinate representation of color #827AFC: hue angle of 243.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #827AFC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 122 252 -
CMYK 0.48 0.52 0 0.01
HSL 243.69º 0.96% 0.73% -
HSV(B) 243.69º 0.52% 0.99% -
XYZ 33.74 25.69 95.28 -
YUV 139.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 130 122 252 0.48 0.52 0 0.01 243.69 0.96 0.73
Hex 82 7A FC 30 34 0 1 F4 60 49
Octal 202 172 374 60 64 0 1 364 140 111
Binary 10000010 1111010 11111100 110000 110100 0 1 11110100 1100000 1001001

Color Harmonies of #827AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AFC

Black with #827AFC

Text Example


Text Example

White with #827AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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