Html Css Color HEX #828EFF Light Slate Blue

📋 copy color: '#828EFF'

red 130 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #828EFF

Tints of Light Slate Blue #828EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 24.67%
G = 26.94%
B = 48.39%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#828EFF (or 0x828EFF) is known color: Light Slate Blue. HEX triplet: 82, 8E and FF. RGB value is (130,142,255). Sum of RGB (Red+Green+Blue) = 130+142+255=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #828EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EFF is #7D7100. Grayscale: #969696. Windows color (decimal): -8220929 or 16748162. OLE color: 16748162.

HSL color Cylindrical-coordinate representation of color #828EFF: hue angle of 234.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828EFF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 142 255 -
CMYK 0.49 0.44 0 0
HSL 234.24º 1% 0.75% -
HSV(B) 234.24º 0.49% 1% -
XYZ 36.93 31.31 98.71 -
YUV 151.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 130 142 255 0.49 0.44 0 0 234.24 1 0.75
Hex 82 8E FF 31 2C 0 0 EA 64 4B
Octal 202 216 377 61 54 0 0 352 144 113
Binary 10000010 10001110 11111111 110001 101100 0 0 11101010 1100100 1001011

Color Harmonies of #828EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EFF

Black with #828EFF

Text Example


Text Example

White with #828EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828EFF; }

 p { color: rgb(130,142,255); }

 H1.HeaderClassName
 {
   color: #828EFF;
 }
 .AnyTagClassName
 {
   color: #828EFF;
 }
</style>

background-color css

<style>
 a { background-color: #828EFF; }

 a { background-color: rgb(130,142,255); }

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

border-color css

<style>
 span { border-color: #828EFF; }

 span { border-color: rgb(130,142,255); }

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