Html Css Color HEX #818DF9 Light Slate Blue

📋 copy color: '#818DF9'

red 129 ◦ green 141 ◦ blue 249

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

Shades of Light Slate Blue #818DF9

Tints of Light Slate Blue #818DF9

RGB

 RED value IS 129 (50.78% from 255) = 24.86%

 GREEN value IS 141 (55.47% from 255) = 27.17%

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

R = 24.86%
G = 27.17%
B = 47.98%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#818DF9 (or 0x818DF9) is known color: Light Slate Blue. HEX triplet: 81, 8D and F9. RGB value is (129,141,249). Sum of RGB (Red+Green+Blue) = 129+141+249=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 141 (55.47% from 255 or 27.17% 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 #818DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818DF9 is #7E7206. Grayscale: #959595. Windows color (decimal): -8286727 or 16354689. OLE color: 16354689.

HSL color Cylindrical-coordinate representation of color #818DF9: hue angle of 234º 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 #818DF9 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 141 249 -
CMYK 0.48 0.43 0 0.02
HSL 234º 0.91% 0.74% -
HSV(B) 234º 0.48% 0.98% -
XYZ 35.68 30.56 93.64 -
YUV 149.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 129 141 249 0.48 0.43 0 0.02 234 0.91 0.74
Hex 81 8D F9 30 2B 0 2 EA 5B 4A
Octal 201 215 371 60 53 0 2 352 133 112
Binary 10000001 10001101 11111001 110000 101011 0 10 11101010 1011011 1001010

Color Harmonies of #818DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DF9

Black with #818DF9

Text Example


Text Example

White with #818DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818DF9; }

 p { color: rgb(129,141,249); }

 H1.HeaderClassName
 {
   color: #818DF9;
 }
 .AnyTagClassName
 {
   color: #818DF9;
 }
</style>

background-color css

<style>
 a { background-color: #818DF9; }

 a { background-color: rgb(129,141,249); }

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

border-color css

<style>
 span { border-color: #818DF9; }

 span { border-color: rgb(129,141,249); }

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