Html Css Color HEX #837BFC Light Slate Blue

📋 copy color: '#837BFC'

red 131 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #837BFC

Tints of Light Slate Blue #837BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 25.89%
G = 24.31%
B = 49.8%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#837BFC (or 0x837BFC) is known color: Light Slate Blue. HEX triplet: 83, 7B and FC. RGB value is (131,123,252). Sum of RGB (Red+Green+Blue) = 131+123+252=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #837BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837BFC is #7C8403. Grayscale: #8B8B8B. Windows color (decimal): -8160260 or 16546691. OLE color: 16546691.

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

Color convert

RGB 131 123 252 -
CMYK 0.48 0.51 0 0.01
HSL 243.72º 0.96% 0.74% -
HSV(B) 243.72º 0.51% 0.99% -
XYZ 34.01 26.02 95.33 -
YUV 140.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 131 123 252 0.48 0.51 0 0.01 243.72 0.96 0.74
Hex 83 7B FC 30 33 0 1 F4 60 4A
Octal 203 173 374 60 63 0 1 364 140 112
Binary 10000011 1111011 11111100 110000 110011 0 1 11110100 1100000 1001010

Color Harmonies of #837BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BFC

Black with #837BFC

Text Example


Text Example

White with #837BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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