Html Css Color HEX #827DF4 Light Slate Blue

📋 copy color: '#827DF4'

red 130 ◦ green 125 ◦ blue 244

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

Shades of Light Slate Blue #827DF4

Tints of Light Slate Blue #827DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

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

R = 26.05%
G = 25.05%
B = 48.9%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#827DF4 (or 0x827DF4) is known color: Light Slate Blue. HEX triplet: 82, 7D and F4. RGB value is (130,125,244). Sum of RGB (Red+Green+Blue) = 130+125+244=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #827DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DF4 is #7D820B. Grayscale: #8B8B8B. Windows color (decimal): -8225292 or 16022914. OLE color: 16022914.

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

Color convert

RGB 130 125 244 -
CMYK 0.47 0.49 0 0.04
HSL 242.52º 0.84% 0.72% -
HSV(B) 242.52º 0.49% 0.96% -
XYZ 32.87 25.94 88.86 -
YUV 140.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 130 125 244 0.47 0.49 0 0.04 242.52 0.84 0.72
Hex 82 7D F4 2F 31 0 4 F3 54 48
Octal 202 175 364 57 61 0 4 363 124 110
Binary 10000010 1111101 11110100 101111 110001 0 100 11110011 1010100 1001000

Color Harmonies of #827DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DF4

Black with #827DF4

Text Example


Text Example

White with #827DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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