Html Css Color HEX #838DFF Light Slate Blue

📋 copy color: '#838DFF'

red 131 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #838DFF

Tints of Light Slate Blue #838DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 24.86%
G = 26.76%
B = 48.39%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#838DFF (or 0x838DFF) is known color: Light Slate Blue. HEX triplet: 83, 8D and FF. RGB value is (131,141,255). Sum of RGB (Red+Green+Blue) = 131+141+255=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #838DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFF is #7C7200. Grayscale: #969696. Windows color (decimal): -8155649 or 16747907. OLE color: 16747907.

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

Color convert

RGB 131 141 255 -
CMYK 0.49 0.45 0 0
HSL 235.16º 1% 0.76% -
HSV(B) 235.16º 0.49% 1% -
XYZ 36.93 31.1 98.66 -
YUV 151.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 131 141 255 0.49 0.45 0 0 235.16 1 0.76
Hex 83 8D FF 31 2D 0 0 EB 64 4C
Octal 203 215 377 61 55 0 0 353 144 114
Binary 10000011 10001101 11111111 110001 101101 0 0 11101011 1100100 1001100

Color Harmonies of #838DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DFF

Black with #838DFF

Text Example


Text Example

White with #838DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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