Html Css Color HEX #7C84F6 Light Slate Blue

📋 copy color: '#7C84F6'

red 124 ◦ green 132 ◦ blue 246

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

Shades of Light Slate Blue #7C84F6

Tints of Light Slate Blue #7C84F6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 24.7%
G = 26.29%
B = 49%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7C84F6 (or 0x7C84F6) is known color: Light Slate Blue. HEX triplet: 7C, 84 and F6. RGB value is (124,132,246). Sum of RGB (Red+Green+Blue) = 124+132+246=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C84F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C84F6 is #837B09. Grayscale: #8E8E8E. Windows color (decimal): -8616714 or 16155772. OLE color: 16155772.

HSL color Cylindrical-coordinate representation of color #7C84F6: hue angle of 236.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C84F6 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 132 246 -
CMYK 0.50 0.46 0 0.04
HSL 236.07º 0.87% 0.73% -
HSV(B) 236.07º 0.5% 0.96% -
XYZ 33.2 27.44 90.74 -
YUV 142.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 124 132 246 0.50 0.46 0 0.04 236.07 0.87 0.73
Hex 7C 84 F6 32 2E 0 4 EC 57 49
Octal 174 204 366 62 56 0 4 354 127 111
Binary 1111100 10000100 11110110 110010 101110 0 100 11101100 1010111 1001001

Color Harmonies of #7C84F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C84F6

Black with #7C84F6

Text Example


Text Example

White with #7C84F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,246); }

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

background-color css

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

 a { background-color: rgb(124,132,246); }

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

border-color css

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

 span { border-color: rgb(124,132,246); }

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