Html Css Color HEX #828CF9 Light Slate Blue

📋 copy color: '#828CF9'

red 130 ◦ green 140 ◦ blue 249

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

Shades of Light Slate Blue #828CF9

Tints of Light Slate Blue #828CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 25.05%
G = 26.97%
B = 47.98%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#828CF9 (or 0x828CF9) is known color: Light Slate Blue. HEX triplet: 82, 8C and F9. RGB value is (130,140,249). Sum of RGB (Red+Green+Blue) = 130+140+249=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #828CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CF9 is #7D7306. Grayscale: #949494. Windows color (decimal): -8221447 or 16354434. OLE color: 16354434.

HSL color Cylindrical-coordinate representation of color #828CF9: hue angle of 234.96º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828CF9 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 140 249 -
CMYK 0.48 0.44 0 0.02
HSL 234.96º 0.91% 0.74% -
HSV(B) 234.96º 0.48% 0.98% -
XYZ 35.68 30.34 93.6 -
YUV 149.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 130 140 249 0.48 0.44 0 0.02 234.96 0.91 0.74
Hex 82 8C F9 30 2C 0 2 EB 5B 4A
Octal 202 214 371 60 54 0 2 353 133 112
Binary 10000010 10001100 11111001 110000 101100 0 10 11101011 1011011 1001010

Color Harmonies of #828CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CF9

Black with #828CF9

Text Example


Text Example

White with #828CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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