Html Css Color HEX #7C83FA Light Slate Blue

📋 copy color: '#7C83FA'

red 124 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #7C83FA

Tints of Light Slate Blue #7C83FA

RGB

 RED value IS 124 (48.83% from 255) = 24.55%

 GREEN value IS 131 (51.56% from 255) = 25.94%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 24.55%
G = 25.94%
B = 49.5%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C83FA (or 0x7C83FA) is known color: Light Slate Blue. HEX triplet: 7C, 83 and FA. RGB value is (124,131,250). Sum of RGB (Red+Green+Blue) = 124+131+250=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C83FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C83FA is #837C05. Grayscale: #8D8D8D. Windows color (decimal): -8616966 or 16417660. OLE color: 16417660.

HSL color Cylindrical-coordinate representation of color #7C83FA: hue angle of 236.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C83FA is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 131 250 -
CMYK 0.50 0.48 0 0.02
HSL 236.67º 0.93% 0.73% -
HSV(B) 236.67º 0.5% 0.98% -
XYZ 33.68 27.42 93.96 -
YUV 142.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 124 131 250 0.50 0.48 0 0.02 236.67 0.93 0.73
Hex 7C 83 FA 32 30 0 2 ED 5D 49
Octal 174 203 372 62 60 0 2 355 135 111
Binary 1111100 10000011 11111010 110010 110000 0 10 11101101 1011101 1001001

Color Harmonies of #7C83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C83FA

Black with #7C83FA

Text Example


Text Example

White with #7C83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C83FA; }

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

 H1.HeaderClassName
 {
   color: #7C83FA;
 }
 .AnyTagClassName
 {
   color: #7C83FA;
 }
</style>

background-color css

<style>
 a { background-color: #7C83FA; }

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

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

border-color css

<style>
 span { border-color: #7C83FA; }

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

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