#818CFA

Color #818CFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #818CFA

Tints of Light Slate Blue #818CFA

Color information

#818CFA (or 0x818CFA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 8C and FA. RGB value is (129,140,250). Sum of RGB (Red+Green+Blue) = 129+140+250=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #818CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CFA is #7E7305. Grayscale: #949494. Windows color (decimal): -8286982 or 16419969. OLE color: 16419969.

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

Color convert

RGB129140250-
CMYK0.480.4400.02
HSL234.55º92.37%74.31%-
HSV(B)234.55º48.4%98.04%-
XYZ35.6930.3394.41-
YUV149.25184.86113.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=24.86%
G=26.97%
B=48.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291402500.480.4400.02234.5592.3774.31
Hex818CFA302C02eb5c4a
Octal201214372605402353134112
Binary1000000110001100111110101100001011000101110101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,250); }

 H1.HeaderClassName
 {
   color: #818CFA;
 }
 .AnyTagClassName
 {
   color: #818CFA;
 }
</style>
background-color css

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

 a { background-color: rgb(129,140,250); }

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

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

 span { border-color: rgb(129,140,250); }

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