#7269C1

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

Shades of Slate Blue #7269C1

Tints of Slate Blue #7269C1

Color information

#7269C1 (or 0x7269C1) is unknown color: approx Slate Blue. HEX triplet: 72, 69 and C1. RGB value is (114,105,193). Sum of RGB (Red+Green+Blue) = 114+105+193=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #7269C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269C1 is #8D963E. Grayscale: #757575. Windows color (decimal): -9279039 or 12675442. OLE color: 12675442.

HSL color Cylindrical-coordinate representation of color #7269C1: hue angle of 246.14º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7269C1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114105193-
CMYK0.410.4600.24
HSL246.14º41.51%58.43%-
HSV(B)246.14º45.6%75.69%-
XYZ21.6217.5352.7-
YUV117.72170.48125.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=27.67%
G=25.49%
B=46.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141051930.410.4600.24246.1441.5158.43
Hex7269C1292E018f62a3a
Octal16215130151560303665272
Binary111001011010011100000110100110111001100011110110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7269C1; }

 p { color: rgb(114,105,193); }

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

<style>
 a { background-color: #7269C1; }

 a { background-color: rgb(114,105,193); }

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

<style>
 span { border-color: #7269C1; }

 span { border-color: rgb(114,105,193); }

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