Html Css Color HEX #837CFB Light Slate Blue

📋 copy color: '#837CFB'

red 131 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #837CFB

Tints of Light Slate Blue #837CFB

RGB

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

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

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

R = 25.89%
G = 24.51%
B = 49.6%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#837CFB (or 0x837CFB) is known color: Light Slate Blue. HEX triplet: 83, 7C and FB. RGB value is (131,124,251). Sum of RGB (Red+Green+Blue) = 131+124+251=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #837CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CFB is #7C8304. Grayscale: #8C8C8C. Windows color (decimal): -8160005 or 16481411. OLE color: 16481411.

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

Color convert

RGB 131 124 251 -
CMYK 0.48 0.51 0 0.02
HSL 243.31º 0.94% 0.74% -
HSV(B) 243.31º 0.51% 0.98% -
XYZ 33.98 26.21 94.53 -
YUV 140.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 131 124 251 0.48 0.51 0 0.02 243.31 0.94 0.74
Hex 83 7C FB 30 33 0 2 F3 5E 4A
Octal 203 174 373 60 63 0 2 363 136 112
Binary 10000011 1111100 11111011 110000 110011 0 10 11110011 1011110 1001010

Color Harmonies of #837CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CFB

Black with #837CFB

Text Example


Text Example

White with #837CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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