Html Css Color HEX #837CF0 Light Slate Blue

📋 copy color: '#837CF0'

red 131 ◦ green 124 ◦ blue 240

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

Shades of Light Slate Blue #837CF0

Tints of Light Slate Blue #837CF0

RGB

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

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

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

R = 26.46%
G = 25.05%
B = 48.48%

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

#837CF0 (or 0x837CF0) is known color: Light Slate Blue. HEX triplet: 83, 7C and F0. RGB value is (131,124,240). Sum of RGB (Red+Green+Blue) = 131+124+240=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #837CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CF0 is #7C830F. Grayscale: #8A8A8A. Windows color (decimal): -8160016 or 15760515. OLE color: 15760515.

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

Color convert

RGB 131 124 240 -
CMYK 0.45 0.48 0 0.06
HSL 243.62º 0.79% 0.71% -
HSV(B) 243.62º 0.48% 0.94% -
XYZ 32.3 25.53 85.66 -
YUV 139.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 131 124 240 0.45 0.48 0 0.06 243.62 0.79 0.71
Hex 83 7C F0 2D 30 0 6 F4 4F 47
Octal 203 174 360 55 60 0 6 364 117 107
Binary 10000011 1111100 11110000 101101 110000 0 110 11110100 1001111 1000111

Color Harmonies of #837CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CF0

Black with #837CF0

Text Example


Text Example

White with #837CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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