Html Css Color HEX #837CEF Light Slate Blue

📋 copy color: '#837CEF'

red 131 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #837CEF

Tints of Light Slate Blue #837CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

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

R = 26.52%
G = 25.1%
B = 48.38%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#837CEF (or 0x837CEF) is known color: Light Slate Blue. HEX triplet: 83, 7C and EF. RGB value is (131,124,239). Sum of RGB (Red+Green+Blue) = 131+124+239=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #837CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CEF is #7C8310. Grayscale: #8A8A8A. Windows color (decimal): -8160017 or 15694979. OLE color: 15694979.

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

Color convert

RGB 131 124 239 -
CMYK 0.45 0.48 0 0.06
HSL 243.65º 0.78% 0.71% -
HSV(B) 243.65º 0.48% 0.94% -
XYZ 32.15 25.47 84.88 -
YUV 139.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 131 124 239 0.45 0.48 0 0.06 243.65 0.78 0.71
Hex 83 7C EF 2D 30 0 6 F4 4E 47
Octal 203 174 357 55 60 0 6 364 116 107
Binary 10000011 1111100 11101111 101101 110000 0 110 11110100 1001110 1000111

Color Harmonies of #837CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CEF

Black with #837CEF

Text Example


Text Example

White with #837CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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