Html Css Color HEX #828CFE Light Slate Blue

📋 copy color: '#828CFE'

red 130 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #828CFE

Tints of Light Slate Blue #828CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.72%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 24.81%
G = 26.72%
B = 48.47%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#828CFE (or 0x828CFE) is known color: Light Slate Blue. HEX triplet: 82, 8C and FE. RGB value is (130,140,254). Sum of RGB (Red+Green+Blue) = 130+140+254=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #828CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFE is #7D7301. Grayscale: #959595. Windows color (decimal): -8221442 or 16682114. OLE color: 16682114.

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

Color convert

RGB 130 140 254 -
CMYK 0.49 0.45 0 0.00
HSL 235.16º 0.98% 0.75% -
HSV(B) 235.16º 0.49% 1% -
XYZ 36.47 30.66 97.76 -
YUV 150.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 130 140 254 0.49 0.45 0 0.00 235.16 0.98 0.75
Hex 82 8C FE 31 2D 0 0 EB 62 4B
Octal 202 214 376 61 55 0 0 353 142 113
Binary 10000010 10001100 11111110 110001 101101 0 0 11101011 1100010 1001011

Color Harmonies of #828CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CFE

Black with #828CFE

Text Example


Text Example

White with #828CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,254); }

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

background-color css

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

 a { background-color: rgb(130,140,254); }

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

border-color css

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

 span { border-color: rgb(130,140,254); }

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