Html Css Color HEX #735ACE Slate Blue

📋 copy color: '#735ACE'

red 115 ◦ green 90 ◦ blue 206

#735ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #735ACE

Tints of Slate Blue #735ACE

RGB

 RED value IS 115 (45.31% from 255) = 27.98%

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 27.98%
G = 21.9%
B = 50.12%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#735ACE (or 0x735ACE) is known color: Slate Blue. HEX triplet: 73, 5A and CE. RGB value is (115,90,206). Sum of RGB (Red+Green+Blue) = 115+90+206=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #735ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACE is #8CA531. Grayscale: #6E6E6E. Windows color (decimal): -9217330 or 13523571. OLE color: 13523571.

HSL color Cylindrical-coordinate representation of color #735ACE: hue angle of 252.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735ACE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 90 206 -
CMYK 0.44 0.56 0 0.19
HSL 252.93º 0.54% 0.58% -
HSV(B) 252.93º 0.56% 0.81% -
XYZ 21.87 15.41 60.22 -
YUV 110.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 115 90 206 0.44 0.56 0 0.19 252.93 0.54 0.58
Hex 73 5A CE 2C 38 0 13 FD 36 3A
Octal 163 132 316 54 70 0 23 375 66 72
Binary 1110011 1011010 11001110 101100 111000 0 10011 11111101 110110 111010

Color Harmonies of #735ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ACE

Black with #735ACE

Text Example


Text Example

White with #735ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,206); }

 H1.HeaderClassName
 {
   color: #735ACE;
 }
 .AnyTagClassName
 {
   color: #735ACE;
 }
</style>

background-color css

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

 a { background-color: rgb(115,90,206); }

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

border-color css

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

 span { border-color: rgb(115,90,206); }

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