Html Css Color HEX #818DFB Light Slate Blue

📋 copy color: '#818DFB'

red 129 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #818DFB

Tints of Light Slate Blue #818DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 24.76%
G = 27.06%
B = 48.18%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#818DFB (or 0x818DFB) is known color: Light Slate Blue. HEX triplet: 81, 8D and FB. RGB value is (129,141,251). Sum of RGB (Red+Green+Blue) = 129+141+251=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #818DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818DFB is #7E7204. Grayscale: #959595. Windows color (decimal): -8286725 or 16485761. OLE color: 16485761.

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

Color convert

RGB 129 141 251 -
CMYK 0.49 0.44 0 0.02
HSL 234.1º 0.94% 0.75% -
HSV(B) 234.1º 0.49% 0.98% -
XYZ 35.99 30.68 95.29 -
YUV 149.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 129 141 251 0.49 0.44 0 0.02 234.1 0.94 0.75
Hex 81 8D FB 31 2C 0 2 EA 5E 4B
Octal 201 215 373 61 54 0 2 352 136 113
Binary 10000001 10001101 11111011 110001 101100 0 10 11101010 1011110 1001011

Color Harmonies of #818DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DFB

Black with #818DFB

Text Example


Text Example

White with #818DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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