#7A84F3

Color #7A84F3 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7A84F3

Tints of Light Slate Blue #7A84F3

Color information

#7A84F3 (or 0x7A84F3) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 84 and F3. RGB value is (122,132,243). Sum of RGB (Red+Green+Blue) = 122+132+243=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A84F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A84F3 is #857B0C. Grayscale: #8D8D8D. Windows color (decimal): -8747789 or 15959162. OLE color: 15959162.

HSL color Cylindrical-coordinate representation of color #7A84F3: hue angle of 235.04º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A84F3 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122132243-
CMYK0.500.4600.05
HSL235.04º83.45%71.57%-
HSV(B)235.04º49.79%95.29%-
XYZ32.4527.1188.32-
YUV141.66185.19113.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 243 (95.31% from 255) = 48.89%
R=24.55%
G=26.56%
B=48.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221322430.500.4600.05235.0483.4571.57
Hex7A84F3322E05eb5348
Octal172204363625605353123110
Binary1111010100001001111001111001010111001011110101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A84F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,132,243); }

 H1.HeaderClassName
 {
   color: #7A84F3;
 }
 .AnyTagClassName
 {
   color: #7A84F3;
 }
</style>
background-color css

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

 a { background-color: rgb(122,132,243); }

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

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

 span { border-color: rgb(122,132,243); }

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