Html Css Color HEX #838DFE Light Slate Blue

📋 copy color: '#838DFE'

red 131 ◦ green 141 ◦ blue 254

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

Shades of Light Slate Blue #838DFE

Tints of Light Slate Blue #838DFE

RGB

 RED value IS 131 (51.56% from 255) = 24.9%

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 24.9%
G = 26.81%
B = 48.29%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#838DFE (or 0x838DFE) is known color: 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

RGB 131 141 254 -
CMYK 0.48 0.44 0 0.00
HSL 235.12º 0.98% 0.75% -
HSV(B) 235.12º 0.48% 1% -
XYZ 36.77 31.03 97.82 -
YUV 150.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 131 141 254 0.48 0.44 0 0.00 235.12 0.98 0.75
Hex 83 8D FE 30 2C 0 0 EB 62 4B
Octal 203 215 376 60 54 0 0 353 142 113
Binary 10000011 10001101 11111110 110000 101100 0 0 11101011 1100010 1001011

Color Harmonies of #838DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DFE

Black with #838DFE

Text Example


Text Example

White with #838DFE

Text Example


Text Example

HTML Codes & Css Web 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>