Html Css Color HEX #827EF4 Light Slate Blue

📋 copy color: '#827EF4'

red 130 ◦ green 126 ◦ blue 244

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

Shades of Light Slate Blue #827EF4

Tints of Light Slate Blue #827EF4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 244 (95.7% from 255) = 48.8%

R = 26%
G = 25.2%
B = 48.8%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#827EF4 (or 0x827EF4) is known color: Light Slate Blue. HEX triplet: 82, 7E and F4. RGB value is (130,126,244). Sum of RGB (Red+Green+Blue) = 130+126+244=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #827EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EF4 is #7D810B. Grayscale: #8C8C8C. Windows color (decimal): -8225036 or 16023170. OLE color: 16023170.

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

Color convert

RGB 130 126 244 -
CMYK 0.47 0.48 0 0.04
HSL 242.03º 0.84% 0.73% -
HSV(B) 242.03º 0.48% 0.96% -
XYZ 33 26.2 88.91 -
YUV 140.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 130 126 244 0.47 0.48 0 0.04 242.03 0.84 0.73
Hex 82 7E F4 2F 30 0 4 F2 54 49
Octal 202 176 364 57 60 0 4 362 124 111
Binary 10000010 1111110 11110100 101111 110000 0 100 11110010 1010100 1001001

Color Harmonies of #827EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EF4

Black with #827EF4

Text Example


Text Example

White with #827EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,244); }

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

background-color css

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

 a { background-color: rgb(130,126,244); }

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

border-color css

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

 span { border-color: rgb(130,126,244); }

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