Html Css Color HEX #837BFE Light Slate Blue

📋 copy color: '#837BFE'

red 131 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #837BFE

Tints of Light Slate Blue #837BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.21%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 25.79%
G = 24.21%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#837BFE (or 0x837BFE) is known color: Light Slate Blue. HEX triplet: 83, 7B and FE. RGB value is (131,123,254). Sum of RGB (Red+Green+Blue) = 131+123+254=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #837BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837BFE is #7C8401. Grayscale: #8B8B8B. Windows color (decimal): -8160258 or 16677763. OLE color: 16677763.

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

Color convert

RGB 131 123 254 -
CMYK 0.48 0.52 0 0.00
HSL 243.66º 0.98% 0.74% -
HSV(B) 243.66º 0.52% 1% -
XYZ 34.33 26.15 97 -
YUV 140.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 131 123 254 0.48 0.52 0 0.00 243.66 0.98 0.74
Hex 83 7B FE 30 34 0 0 F4 62 4A
Octal 203 173 376 60 64 0 0 364 142 112
Binary 10000011 1111011 11111110 110000 110100 0 0 11110100 1100010 1001010

Color Harmonies of #837BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BFE

Black with #837BFE

Text Example


Text Example

White with #837BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,254); }

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

background-color css

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

 a { background-color: rgb(131,123,254); }

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

border-color css

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

 span { border-color: rgb(131,123,254); }

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