Html Css Color HEX #837DF3 Light Slate Blue

📋 copy color: '#837DF3'

red 131 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #837DF3

Tints of Light Slate Blue #837DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 26.25%
G = 25.05%
B = 48.7%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#837DF3 (or 0x837DF3) is known color: Light Slate Blue. HEX triplet: 83, 7D and F3. RGB value is (131,125,243). Sum of RGB (Red+Green+Blue) = 131+125+243=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #837DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DF3 is #7C820C. Grayscale: #8B8B8B. Windows color (decimal): -8159757 or 15957379. OLE color: 15957379.

HSL color Cylindrical-coordinate representation of color #837DF3: hue angle of 243.05º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #837DF3 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 125 243 -
CMYK 0.46 0.49 0 0.05
HSL 243.05º 0.83% 0.72% -
HSV(B) 243.05º 0.49% 0.95% -
XYZ 32.87 25.96 88.07 -
YUV 140.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 131 125 243 0.46 0.49 0 0.05 243.05 0.83 0.72
Hex 83 7D F3 2E 31 0 5 F3 53 48
Octal 203 175 363 56 61 0 5 363 123 110
Binary 10000011 1111101 11110011 101110 110001 0 101 11110011 1010011 1001000

Color Harmonies of #837DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DF3

Black with #837DF3

Text Example


Text Example

White with #837DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,243); }

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

background-color css

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

 a { background-color: rgb(131,125,243); }

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

border-color css

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

 span { border-color: rgb(131,125,243); }

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