Html Css Color HEX #837CFF Light Slate Blue

📋 copy color: '#837CFF'

red 131 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #837CFF

Tints of Light Slate Blue #837CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 25.69%
G = 24.31%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#837CFF (or 0x837CFF) is known color: Light Slate Blue. HEX triplet: 83, 7C and FF. RGB value is (131,124,255). Sum of RGB (Red+Green+Blue) = 131+124+255=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #837CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CFF is #7C8300. Grayscale: #8C8C8C. Windows color (decimal): -8160001 or 16743555. OLE color: 16743555.

HSL color Cylindrical-coordinate representation of color #837CFF: hue angle of 243.21º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #837CFF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 124 255 -
CMYK 0.49 0.51 0 0
HSL 243.21º 1% 0.74% -
HSV(B) 243.21º 0.51% 1% -
XYZ 34.62 26.46 97.89 -
YUV 141.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 131 124 255 0.49 0.51 0 0 243.21 1 0.74
Hex 83 7C FF 31 33 0 0 F3 64 4A
Octal 203 174 377 61 63 0 0 363 144 112
Binary 10000011 1111100 11111111 110001 110011 0 0 11110011 1100100 1001010

Color Harmonies of #837CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CFF

Black with #837CFF

Text Example


Text Example

White with #837CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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