Html Css Color HEX #7C83EE Light Slate Blue

📋 copy color: '#7C83EE'

red 124 ◦ green 131 ◦ blue 238

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

Shades of Light Slate Blue #7C83EE

Tints of Light Slate Blue #7C83EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 25.15%
G = 26.57%
B = 48.28%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C83EE (or 0x7C83EE) is known color: Light Slate Blue. HEX triplet: 7C, 83 and EE. RGB value is (124,131,238). Sum of RGB (Red+Green+Blue) = 124+131+238=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C83EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C83EE is #837C11. Grayscale: #8C8C8C. Windows color (decimal): -8616978 or 15631228. OLE color: 15631228.

HSL color Cylindrical-coordinate representation of color #7C83EE: hue angle of 236.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C83EE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 131 238 -
CMYK 0.48 0.45 0 0.07
HSL 236.32º 0.77% 0.71% -
HSV(B) 236.32º 0.48% 0.93% -
XYZ 31.86 26.69 84.36 -
YUV 141.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 124 131 238 0.48 0.45 0 0.07 236.32 0.77 0.71
Hex 7C 83 EE 30 2D 0 7 EC 4D 47
Octal 174 203 356 60 55 0 7 354 115 107
Binary 1111100 10000011 11101110 110000 101101 0 111 11101100 1001101 1000111

Color Harmonies of #7C83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C83EE

Black with #7C83EE

Text Example


Text Example

White with #7C83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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