#7269D0

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

Shades of Slate Blue #7269D0

Tints of Slate Blue #7269D0

Color information

#7269D0 (or 0x7269D0) is unknown color: approx Slate Blue. HEX triplet: 72, 69 and D0. RGB value is (114,105,208). Sum of RGB (Red+Green+Blue) = 114+105+208=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #7269D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269D0 is #8D962F. Grayscale: #777777. Windows color (decimal): -9279024 or 13658482. OLE color: 13658482.

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

Color convert

RGB114105208-
CMYK0.450.5000.18
HSL245.24º52.28%61.37%-
HSV(B)245.24º49.52%81.57%-
XYZ23.3818.2361.96-
YUV119.43177.98124.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=26.70%
G=24.59%
B=48.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141052080.450.5000.18245.2452.2861.37
Hex7269D02D32012f5343d
Octal16215132055620223656475
Binary111001011010011101000010110111001001001011110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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