Html Css Color HEX #838EFF Light Slate Blue

📋 copy color: '#838EFF'

red 131 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #838EFF

Tints of Light Slate Blue #838EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

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

R = 24.81%
G = 26.89%
B = 48.3%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#838EFF (or 0x838EFF) is known color: Light Slate Blue. HEX triplet: 83, 8E and FF. RGB value is (131,142,255). Sum of RGB (Red+Green+Blue) = 131+142+255=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #838EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EFF is #7C7100. Grayscale: #979797. Windows color (decimal): -8155393 or 16748163. OLE color: 16748163.

HSL color Cylindrical-coordinate representation of color #838EFF: hue angle of 234.68º 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 #838EFF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 142 255 -
CMYK 0.49 0.44 0 0
HSL 234.68º 1% 0.76% -
HSV(B) 234.68º 0.49% 1% -
XYZ 37.08 31.39 98.71 -
YUV 151.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 131 142 255 0.49 0.44 0 0 234.68 1 0.76
Hex 83 8E FF 31 2C 0 0 EB 64 4C
Octal 203 216 377 61 54 0 0 353 144 114
Binary 10000011 10001110 11111111 110001 101100 0 0 11101011 1100100 1001100

Color Harmonies of #838EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EFF

Black with #838EFF

Text Example


Text Example

White with #838EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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