Html Css Color HEX #837FEE Light Slate Blue

📋 copy color: '#837FEE'

red 131 ◦ green 127 ◦ blue 238

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

Shades of Light Slate Blue #837FEE

Tints of Light Slate Blue #837FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 26.41%
G = 25.6%
B = 47.98%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#837FEE (or 0x837FEE) is known color: Light Slate Blue. HEX triplet: 83, 7F and EE. RGB value is (131,127,238). Sum of RGB (Red+Green+Blue) = 131+127+238=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #837FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FEE is #7C8011. Grayscale: #8C8C8C. Windows color (decimal): -8159250 or 15630211. OLE color: 15630211.

HSL color Cylindrical-coordinate representation of color #837FEE: hue angle of 242.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837FEE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 127 238 -
CMYK 0.45 0.47 0 0.07
HSL 242.16º 0.77% 0.72% -
HSV(B) 242.16º 0.47% 0.93% -
XYZ 32.38 26.18 84.23 -
YUV 140.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 131 127 238 0.45 0.47 0 0.07 242.16 0.77 0.72
Hex 83 7F EE 2D 2F 0 7 F2 4D 48
Octal 203 177 356 55 57 0 7 362 115 110
Binary 10000011 1111111 11101110 101101 101111 0 111 11110010 1001101 1001000

Color Harmonies of #837FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FEE

Black with #837FEE

Text Example


Text Example

White with #837FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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