Html Css Color HEX #837EEF Light Slate Blue

📋 copy color: '#837EEF'

red 131 ◦ green 126 ◦ blue 239

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

Shades of Light Slate Blue #837EEF

Tints of Light Slate Blue #837EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.4%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 26.41%
G = 25.4%
B = 48.19%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#837EEF (or 0x837EEF) is known color: Light Slate Blue. HEX triplet: 83, 7E and EF. RGB value is (131,126,239). Sum of RGB (Red+Green+Blue) = 131+126+239=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #837EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837EEF is #7C8110. Grayscale: #8B8B8B. Windows color (decimal): -8159505 or 15695491. OLE color: 15695491.

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

Color convert

RGB 131 126 239 -
CMYK 0.45 0.47 0 0.06
HSL 242.65º 0.78% 0.72% -
HSV(B) 242.65º 0.47% 0.94% -
XYZ 32.4 25.98 84.97 -
YUV 140.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 131 126 239 0.45 0.47 0 0.06 242.65 0.78 0.72
Hex 83 7E EF 2D 2F 0 6 F3 4E 48
Octal 203 176 357 55 57 0 6 363 116 110
Binary 10000011 1111110 11101111 101101 101111 0 110 11110011 1001110 1001000

Color Harmonies of #837EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EEF

Black with #837EEF

Text Example


Text Example

White with #837EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,126,239); }

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

background-color css

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

 a { background-color: rgb(131,126,239); }

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

border-color css

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

 span { border-color: rgb(131,126,239); }

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