#7B63C2

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

Shades of Slate Blue #7B63C2

Tints of Slate Blue #7B63C2

Color information

#7B63C2 (or 0x7B63C2) is unknown color: approx Slate Blue. HEX triplet: 7B, 63 and C2. RGB value is (123,99,194). Sum of RGB (Red+Green+Blue) = 123+99+194=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B63C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63C2 is #849C3D. Grayscale: #747474. Windows color (decimal): -8690750 or 12739451. OLE color: 12739451.

HSL color Cylindrical-coordinate representation of color #7B63C2: hue angle of 255.16º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B63C2 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12399194-
CMYK0.370.4900.24
HSL255.16º43.78%57.45%-
HSV(B)255.16º48.97%76.08%-
XYZ22.3717.0353.15-
YUV117.01171.45132.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=29.57%
G=23.80%
B=46.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123991940.370.4900.24255.1643.7857.45
Hex7B63C22531018ff2c39
Octal17314330245610303775471
Binary111101111000111100001010010111000101100011111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B63C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,99,194); }

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

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

 a { background-color: rgb(123,99,194); }

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

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

 span { border-color: rgb(123,99,194); }

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