Html Css Color HEX #837FFB Light Slate Blue

📋 copy color: '#837FFB'

red 131 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #837FFB

Tints of Light Slate Blue #837FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 25.74%
G = 24.95%
B = 49.31%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#837FFB (or 0x837FFB) is known color: Light Slate Blue. HEX triplet: 83, 7F and FB. RGB value is (131,127,251). Sum of RGB (Red+Green+Blue) = 131+127+251=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #837FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FFB is #7C8004. Grayscale: #8D8D8D. Windows color (decimal): -8159237 or 16482179. OLE color: 16482179.

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

Color convert

RGB 131 127 251 -
CMYK 0.48 0.49 0 0.02
HSL 241.94º 0.94% 0.74% -
HSV(B) 241.94º 0.49% 0.98% -
XYZ 34.36 26.97 94.66 -
YUV 142.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 131 127 251 0.48 0.49 0 0.02 241.94 0.94 0.74
Hex 83 7F FB 30 31 0 2 F2 5E 4A
Octal 203 177 373 60 61 0 2 362 136 112
Binary 10000011 1111111 11111011 110000 110001 0 10 11110010 1011110 1001010

Color Harmonies of #837FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FFB

Black with #837FFB

Text Example


Text Example

White with #837FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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