#7658CA

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

Shades of Slate Blue #7658CA

Tints of Slate Blue #7658CA

Color information

#7658CA (or 0x7658CA) is unknown color: approx Slate Blue. HEX triplet: 76, 58 and CA. RGB value is (118,88,202). Sum of RGB (Red+Green+Blue) = 118+88+202=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #7658CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658CA is #89A735. Grayscale: #6D6D6D. Windows color (decimal): -9021238 or 13260918. OLE color: 13260918.

HSL color Cylindrical-coordinate representation of color #7658CA: hue angle of 255.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7658CA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11888202-
CMYK0.420.5600.21
HSL255.79º51.82%56.86%-
HSV(B)255.79º56.44%79.22%-
XYZ21.6215.157.65-
YUV109.97179.94133.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=28.92%
G=21.57%
B=49.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118882020.420.5600.21255.7951.8256.86
Hex7658CA2A380151003439
Octal16613031252700254006471
Binary1110110101100011001010101010111000010101100000000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7658CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7658CA; }

 p { color: rgb(118,88,202); }

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

<style>
 a { background-color: #7658CA; }

 a { background-color: rgb(118,88,202); }

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

<style>
 span { border-color: #7658CA; }

 span { border-color: rgb(118,88,202); }

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