#7265CE

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

Shades of Slate Blue #7265CE

Tints of Slate Blue #7265CE

Color information

#7265CE (or 0x7265CE) is unknown color: approx Slate Blue. HEX triplet: 72, 65 and CE. RGB value is (114,101,206). Sum of RGB (Red+Green+Blue) = 114+101+206=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7265CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265CE is #8D9A31. Grayscale: #747474. Windows color (decimal): -9280050 or 13526386. OLE color: 13526386.

HSL color Cylindrical-coordinate representation of color #7265CE: hue angle of 247.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7265CE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114101206-
CMYK0.450.5100.19
HSL247.43º51.72%60.2%-
HSV(B)247.43º50.97%80.78%-
XYZ22.7317.3460.54-
YUV116.86178.31125.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.08%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=27.08%
G=23.99%
B=48.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141012060.450.5100.19247.4351.7260.2
Hex7265CE2D33013f7343c
Octal16214531655630233676474
Binary111001011001011100111010110111001101001111110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7265CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7265CE; }

 p { color: rgb(114,101,206); }

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

<style>
 a { background-color: #7265CE; }

 a { background-color: rgb(114,101,206); }

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

<style>
 span { border-color: #7265CE; }

 span { border-color: rgb(114,101,206); }

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