#838DFE

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

Shades of Light Slate Blue #838DFE

Tints of Light Slate Blue #838DFE

Color information

#838DFE (or 0x838DFE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8D and FE. RGB value is (131,141,254). Sum of RGB (Red+Green+Blue) = 131+141+254=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #838DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFE is #7C7201. Grayscale: #969696. Windows color (decimal): -8155650 or 16682371. OLE color: 16682371.

HSL color Cylindrical-coordinate representation of color #838DFE: hue angle of 235.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838DFE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131141254-
CMYK0.480.4400.00
HSL235.12º98.4%75.49%-
HSV(B)235.12º48.43%99.61%-
XYZ36.7731.0397.82-
YUV150.89186.19113.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=24.90%
G=26.81%
B=48.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311412540.480.4400.00235.1298.475.49
Hex838DFE302C00eb624b
Octal203215376605400353142113
Binary100000111000110111111110110000101100001110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838DFE; }

 p { color: rgb(131,141,254); }

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

<style>
 a { background-color: #838DFE; }

 a { background-color: rgb(131,141,254); }

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

<style>
 span { border-color: #838DFE; }

 span { border-color: rgb(131,141,254); }

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