Html Css Color HEX #837EFD Light Slate Blue

📋 copy color: '#837EFD'

red 131 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #837EFD

Tints of Light Slate Blue #837EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 25.69%
G = 24.71%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#837EFD (or 0x837EFD) is known color: Light Slate Blue. HEX triplet: 83, 7E and FD. RGB value is (131,126,253). Sum of RGB (Red+Green+Blue) = 131+126+253=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #837EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837EFD is #7C8102. Grayscale: #8D8D8D. Windows color (decimal): -8159491 or 16612995. OLE color: 16612995.

HSL color Cylindrical-coordinate representation of color #837EFD: hue angle of 242.36º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837EFD is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 126 253 -
CMYK 0.48 0.50 0 0.01
HSL 242.36º 0.97% 0.74% -
HSV(B) 242.36º 0.5% 0.99% -
XYZ 34.55 26.84 96.29 -
YUV 141.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 131 126 253 0.48 0.50 0 0.01 242.36 0.97 0.74
Hex 83 7E FD 30 32 0 1 F2 61 4A
Octal 203 176 375 60 62 0 1 362 141 112
Binary 10000011 1111110 11111101 110000 110010 0 1 11110010 1100001 1001010

Color Harmonies of #837EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EFD

Black with #837EFD

Text Example


Text Example

White with #837EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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