Html Css Color HEX #827AF2 Light Slate Blue

📋 copy color: '#827AF2'

red 130 ◦ green 122 ◦ blue 242

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

Shades of Light Slate Blue #827AF2

Tints of Light Slate Blue #827AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 26.32%
G = 24.7%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#827AF2 (or 0x827AF2) is known color: Light Slate Blue. HEX triplet: 82, 7A and F2. RGB value is (130,122,242). Sum of RGB (Red+Green+Blue) = 130+122+242=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #827AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AF2 is #7D850D. Grayscale: #898989. Windows color (decimal): -8226062 or 15891074. OLE color: 15891074.

HSL color Cylindrical-coordinate representation of color #827AF2: hue angle of 244º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827AF2 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 122 242 -
CMYK 0.46 0.50 0 0.05
HSL 244º 0.82% 0.71% -
HSV(B) 244º 0.5% 0.95% -
XYZ 32.19 25.08 87.15 -
YUV 138.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 130 122 242 0.46 0.50 0 0.05 244 0.82 0.71
Hex 82 7A F2 2E 32 0 5 F4 52 47
Octal 202 172 362 56 62 0 5 364 122 107
Binary 10000010 1111010 11110010 101110 110010 0 101 11110100 1010010 1000111

Color Harmonies of #827AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AF2

Black with #827AF2

Text Example


Text Example

White with #827AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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