Html Css Color HEX #837AF2 Light Slate Blue

📋 copy color: '#837AF2'

red 131 ◦ green 122 ◦ blue 242

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

Shades of Light Slate Blue #837AF2

Tints of Light Slate Blue #837AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 26.46%
G = 24.65%
B = 48.89%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#837AF2 (or 0x837AF2) is known color: Light Slate Blue. HEX triplet: 83, 7A and F2. RGB value is (131,122,242). Sum of RGB (Red+Green+Blue) = 131+122+242=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #837AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837AF2 is #7C850D. Grayscale: #898989. Windows color (decimal): -8160526 or 15891075. OLE color: 15891075.

HSL color Cylindrical-coordinate representation of color #837AF2: hue angle of 244.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837AF2 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 122 242 -
CMYK 0.46 0.50 0 0.05
HSL 244.5º 0.82% 0.71% -
HSV(B) 244.5º 0.5% 0.95% -
XYZ 32.35 25.16 87.15 -
YUV 138.37 186.48 122.74 -
System Red Green Blue C M Y K H S L
Decimal 131 122 242 0.46 0.50 0 0.05 244.5 0.82 0.71
Hex 83 7A F2 2E 32 0 5 F4 52 47
Octal 203 172 362 56 62 0 5 364 122 107
Binary 10000011 1111010 11110010 101110 110010 0 101 11110100 1010010 1000111

Color Harmonies of #837AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AF2

Black with #837AF2

Text Example


Text Example

White with #837AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,242); }

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

background-color css

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

 a { background-color: rgb(131,122,242); }

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

border-color css

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

 span { border-color: rgb(131,122,242); }

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