#7269D2

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

Shades of Slate Blue #7269D2

Tints of Slate Blue #7269D2

Color information

#7269D2 (or 0x7269D2) is unknown color: approx Slate Blue. HEX triplet: 72, 69 and D2. RGB value is (114,105,210). Sum of RGB (Red+Green+Blue) = 114+105+210=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #7269D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269D2 is #8D962D. Grayscale: #777777. Windows color (decimal): -9279022 or 13789554. OLE color: 13789554.

HSL color Cylindrical-coordinate representation of color #7269D2: hue angle of 245.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7269D2 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114105210-
CMYK0.460.5000.18
HSL245.14º53.85%61.76%-
HSV(B)245.14º50%82.35%-
XYZ23.6218.3363.27-
YUV119.66178.98123.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=26.57%
G=24.48%
B=48.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141052100.460.5000.18245.1453.8561.76
Hex7269D22E32012f5363e
Octal16215132256620223656676
Binary111001011010011101001010111011001001001011110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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