Html Css Color HEX #818BFD Light Slate Blue

📋 copy color: '#818BFD'

red 129 ◦ green 139 ◦ blue 253

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

Shades of Light Slate Blue #818BFD

Tints of Light Slate Blue #818BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.68%

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 24.76%
G = 26.68%
B = 48.56%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#818BFD (or 0x818BFD) is known color: Light Slate Blue. HEX triplet: 81, 8B and FD. RGB value is (129,139,253). Sum of RGB (Red+Green+Blue) = 129+139+253=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #818BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BFD is #7E7402. Grayscale: #949494. Windows color (decimal): -8287235 or 16616321. OLE color: 16616321.

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

Color convert

RGB 129 139 253 -
CMYK 0.49 0.45 0 0.01
HSL 235.16º 0.97% 0.75% -
HSV(B) 235.16º 0.49% 0.99% -
XYZ 36.02 30.22 96.86 -
YUV 149.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 129 139 253 0.49 0.45 0 0.01 235.16 0.97 0.75
Hex 81 8B FD 31 2D 0 1 EB 61 4B
Octal 201 213 375 61 55 0 1 353 141 113
Binary 10000001 10001011 11111101 110001 101101 0 1 11101011 1100001 1001011

Color Harmonies of #818BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BFD

Black with #818BFD

Text Example


Text Example

White with #818BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,253); }

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

background-color css

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

 a { background-color: rgb(129,139,253); }

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

border-color css

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

 span { border-color: rgb(129,139,253); }

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