Html Css Color HEX #838BFE Light Slate Blue

📋 copy color: '#838BFE'

red 131 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #838BFE

Tints of Light Slate Blue #838BFE

RGB

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

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

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

R = 25%
G = 26.53%
B = 48.47%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#838BFE (or 0x838BFE) is known color: Light Slate Blue. HEX triplet: 83, 8B and FE. RGB value is (131,139,254). Sum of RGB (Red+Green+Blue) = 131+139+254=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #838BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BFE is #7C7401. Grayscale: #959595. Windows color (decimal): -8156162 or 16681859. OLE color: 16681859.

HSL color Cylindrical-coordinate representation of color #838BFE: hue angle of 236.1º 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 #838BFE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 139 254 -
CMYK 0.48 0.45 0 0.00
HSL 236.1º 0.98% 0.75% -
HSV(B) 236.1º 0.48% 1% -
XYZ 36.48 30.45 97.72 -
YUV 149.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 131 139 254 0.48 0.45 0 0.00 236.1 0.98 0.75
Hex 83 8B FE 30 2D 0 0 EC 62 4B
Octal 203 213 376 60 55 0 0 354 142 113
Binary 10000011 10001011 11111110 110000 101101 0 0 11101100 1100010 1001011

Color Harmonies of #838BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BFE

Black with #838BFE

Text Example


Text Example

White with #838BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #838BFE;
 }
 .AnyTagClassName
 {
   color: #838BFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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