#735CDC

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

Shades of Slate Blue #735CDC

Tints of Slate Blue #735CDC

Color information

#735CDC (or 0x735CDC) is unknown color: approx Slate Blue. HEX triplet: 73, 5C and DC. RGB value is (115,92,220). Sum of RGB (Red+Green+Blue) = 115+92+220=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #735CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CDC is #8CA323. Grayscale: #707070. Windows color (decimal): -9216804 or 14441587. OLE color: 14441587.

HSL color Cylindrical-coordinate representation of color #735CDC: hue angle of 250.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735CDC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11592220-
CMYK0.480.5800.14
HSL250.78º64.65%61.18%-
HSV(B)250.78º58.18%86.27%-
XYZ23.8216.4769.63-
YUV113.47188.12129.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=26.93%
G=21.55%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal115922200.480.5800.14250.7864.6561.18
Hex735CDC303A0Efb413d
Octal163134334607201637310175
Binary111001110111001101110011000011101001110111110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735CDC; }

 p { color: rgb(115,92,220); }

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

<style>
 a { background-color: #735CDC; }

 a { background-color: rgb(115,92,220); }

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

<style>
 span { border-color: #735CDC; }

 span { border-color: rgb(115,92,220); }

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