Html Css Color HEX #735AD5 Slate Blue

📋 copy color: '#735AD5'

red 115 ◦ green 90 ◦ blue 213

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

Shades of Slate Blue #735AD5

Tints of Slate Blue #735AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 27.51%
G = 21.53%
B = 50.96%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#735AD5 (or 0x735AD5) is known color: Slate Blue. HEX triplet: 73, 5A and D5. RGB value is (115,90,213). Sum of RGB (Red+Green+Blue) = 115+90+213=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #735AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AD5 is #8CA52A. Grayscale: #6F6F6F. Windows color (decimal): -9217323 or 13982323. OLE color: 13982323.

HSL color Cylindrical-coordinate representation of color #735AD5: hue angle of 252.2º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735AD5 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 90 213 -
CMYK 0.46 0.58 0 0.16
HSL 252.2º 0.59% 0.59% -
HSV(B) 252.2º 0.58% 0.84% -
XYZ 22.74 15.76 64.79 -
YUV 111.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 115 90 213 0.46 0.58 0 0.16 252.2 0.59 0.59
Hex 73 5A D5 2E 3A 0 10 FC 3B 3B
Octal 163 132 325 56 72 0 20 374 73 73
Binary 1110011 1011010 11010101 101110 111010 0 10000 11111100 111011 111011

Color Harmonies of #735AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AD5

Black with #735AD5

Text Example


Text Example

White with #735AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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