#7F61D2

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

Shades of Slate Blue #7F61D2

Tints of Slate Blue #7F61D2

Color information

#7F61D2 (or 0x7F61D2) is unknown color: approx Slate Blue. HEX triplet: 7F, 61 and D2. RGB value is (127,97,210). Sum of RGB (Red+Green+Blue) = 127+97+210=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #7F61D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61D2 is #809E2D. Grayscale: #767676. Windows color (decimal): -8429102 or 13787519. OLE color: 13787519.

HSL color Cylindrical-coordinate representation of color #7F61D2: hue angle of 255.93º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F61D2 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12797210-
CMYK0.400.5400.18
HSL255.93º55.67%60.2%-
HSV(B)255.93º53.81%82.35%-
XYZ24.6617.7163.09-
YUV118.85179.44133.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 210 (82.42% from 255) = 48.39%
R=29.26%
G=22.35%
B=48.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127972100.400.5400.18255.9355.6760.2
Hex7F61D22836012100383c
Octal17714132250660224007074
Binary1111111110000111010010101000110110010010100000000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F61D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,210); }

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

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

 a { background-color: rgb(127,97,210); }

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

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

 span { border-color: rgb(127,97,210); }

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