Html Css Color HEX #828CFF Light Slate Blue

📋 copy color: '#828CFF'

red 130 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #828CFF

Tints of Light Slate Blue #828CFF

RGB

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

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

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

R = 24.76%
G = 26.67%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#828CFF (or 0x828CFF) is known color: Light Slate Blue. HEX triplet: 82, 8C and FF. RGB value is (130,140,255). Sum of RGB (Red+Green+Blue) = 130+140+255=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #828CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFF is #7D7300. Grayscale: #959595. Windows color (decimal): -8221441 or 16747650. OLE color: 16747650.

HSL color Cylindrical-coordinate representation of color #828CFF: hue angle of 235.2º 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 #828CFF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 140 255 -
CMYK 0.49 0.45 0 0
HSL 235.2º 1% 0.75% -
HSV(B) 235.2º 0.49% 1% -
XYZ 36.63 30.72 98.61 -
YUV 150.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 130 140 255 0.49 0.45 0 0 235.2 1 0.75
Hex 82 8C FF 31 2D 0 0 EB 64 4B
Octal 202 214 377 61 55 0 0 353 144 113
Binary 10000010 10001100 11111111 110001 101101 0 0 11101011 1100100 1001011

Color Harmonies of #828CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CFF

Black with #828CFF

Text Example


Text Example

White with #828CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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