#7B64CE

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

Shades of Slate Blue #7B64CE

Tints of Slate Blue #7B64CE

Color information

#7B64CE (or 0x7B64CE) is unknown color: approx Slate Blue. HEX triplet: 7B, 64 and CE. RGB value is (123,100,206). Sum of RGB (Red+Green+Blue) = 123+100+206=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B64CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64CE is #849B31. Grayscale: #767676. Windows color (decimal): -8690482 or 13526139. OLE color: 13526139.

HSL color Cylindrical-coordinate representation of color #7B64CE: hue angle of 253.02º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B64CE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123100206-
CMYK0.400.5100.19
HSL253.02º51.96%60%-
HSV(B)253.02º51.46%80.78%-
XYZ23.8717.7860.57-
YUV118.96177.12130.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.67%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=28.67%
G=23.31%
B=48.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231002060.400.5100.19253.0251.9660
Hex7B64CE2833013fd343c
Octal17314431650630233756474
Binary111101111001001100111010100011001101001111111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,206); }

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

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

 a { background-color: rgb(123,100,206); }

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

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

 span { border-color: rgb(123,100,206); }

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