Html Css Color HEX #838FFF Light Slate Blue

📋 copy color: '#838FFF'

red 131 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #838FFF

Tints of Light Slate Blue #838FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.03%

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

R = 24.76%
G = 27.03%
B = 48.2%

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

#838FFF (or 0x838FFF) is known color: Light Slate Blue. HEX triplet: 83, 8F and FF. RGB value is (131,143,255). Sum of RGB (Red+Green+Blue) = 131+143+255=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #838FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FFF is #7C7000. Grayscale: #979797. Windows color (decimal): -8155137 or 16748419. OLE color: 16748419.

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

Color convert

RGB 131 143 255 -
CMYK 0.49 0.44 0 0
HSL 234.19º 1% 0.76% -
HSV(B) 234.19º 0.49% 1% -
XYZ 37.23 31.69 98.76 -
YUV 152.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 131 143 255 0.49 0.44 0 0 234.19 1 0.76
Hex 83 8F FF 31 2C 0 0 EA 64 4C
Octal 203 217 377 61 54 0 0 352 144 114
Binary 10000011 10001111 11111111 110001 101100 0 0 11101010 1100100 1001100

Color Harmonies of #838FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FFF

Black with #838FFF

Text Example


Text Example

White with #838FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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