Html Css Color HEX #837FFE Light Slate Blue

📋 copy color: '#837FFE'

red 131 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #837FFE

Tints of Light Slate Blue #837FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

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

R = 25.59%
G = 24.8%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#837FFE (or 0x837FFE) is known color: Light Slate Blue. HEX triplet: 83, 7F and FE. RGB value is (131,127,254). Sum of RGB (Red+Green+Blue) = 131+127+254=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #837FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FFE is #7C8001. Grayscale: #8E8E8E. Windows color (decimal): -8159234 or 16678787. OLE color: 16678787.

HSL color Cylindrical-coordinate representation of color #837FFE: hue angle of 241.89º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837FFE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 127 254 -
CMYK 0.48 0.50 0 0.00
HSL 241.89º 0.98% 0.75% -
HSV(B) 241.89º 0.5% 1% -
XYZ 34.84 27.16 97.17 -
YUV 142.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 131 127 254 0.48 0.50 0 0.00 241.89 0.98 0.75
Hex 83 7F FE 30 32 0 0 F2 62 4B
Octal 203 177 376 60 62 0 0 362 142 113
Binary 10000011 1111111 11111110 110000 110010 0 0 11110010 1100010 1001011

Color Harmonies of #837FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FFE

Black with #837FFE

Text Example


Text Example

White with #837FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837FFE; }

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

 H1.HeaderClassName
 {
   color: #837FFE;
 }
 .AnyTagClassName
 {
   color: #837FFE;
 }
</style>

background-color css

<style>
 a { background-color: #837FFE; }

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

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

border-color css

<style>
 span { border-color: #837FFE; }

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

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