Html Css Color HEX #837FF0 Light Slate Blue

📋 copy color: '#837FF0'

red 131 ◦ green 127 ◦ blue 240

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

Shades of Light Slate Blue #837FF0

Tints of Light Slate Blue #837FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 26.31%
G = 25.5%
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

#837FF0 (or 0x837FF0) is known color: Light Slate Blue. HEX triplet: 83, 7F and F0. RGB value is (131,127,240). Sum of RGB (Red+Green+Blue) = 131+127+240=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #837FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FF0 is #7C800F. Grayscale: #8C8C8C. Windows color (decimal): -8159248 or 15761283. OLE color: 15761283.

HSL color Cylindrical-coordinate representation of color #837FF0: hue angle of 242.12º degrees, saturation: 0.79, 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 #837FF0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 127 240 -
CMYK 0.45 0.47 0 0.06
HSL 242.12º 0.79% 0.72% -
HSV(B) 242.12º 0.47% 0.94% -
XYZ 32.68 26.3 85.79 -
YUV 141.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 131 127 240 0.45 0.47 0 0.06 242.12 0.79 0.72
Hex 83 7F F0 2D 2F 0 6 F2 4F 48
Octal 203 177 360 55 57 0 6 362 117 110
Binary 10000011 1111111 11110000 101101 101111 0 110 11110010 1001111 1001000

Color Harmonies of #837FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FF0

Black with #837FF0

Text Example


Text Example

White with #837FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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