#7269D6

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

Shades of Slate Blue #7269D6

Tints of Slate Blue #7269D6

Color information

#7269D6 (or 0x7269D6) is unknown color: approx Slate Blue. HEX triplet: 72, 69 and D6. RGB value is (114,105,214). Sum of RGB (Red+Green+Blue) = 114+105+214=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #7269D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269D6 is #8D9629. Grayscale: #777777. Windows color (decimal): -9279018 or 14051698. OLE color: 14051698.

HSL color Cylindrical-coordinate representation of color #7269D6: hue angle of 244.95º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7269D6 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114105214-
CMYK0.470.5100.16
HSL244.95º57.07%62.55%-
HSV(B)244.95º50.93%83.92%-
XYZ24.1318.5465.92-
YUV120.12180.98123.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 214 (83.98% from 255) = 49.42%
R=26.33%
G=24.25%
B=49.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141052140.470.5100.16244.9557.0762.55
Hex7269D62F33010f5393f
Octal16215132657630203657177
Binary111001011010011101011010111111001101000011110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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