Html Css Color HEX #735AD7 Slate Blue

📋 copy color: '#735AD7'

red 115 ◦ green 90 ◦ blue 215

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

Shades of Slate Blue #735AD7

Tints of Slate Blue #735AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.19%

R = 27.38%
G = 21.43%
B = 51.19%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#735AD7 (or 0x735AD7) is known color: Slate Blue. HEX triplet: 73, 5A and D7. RGB value is (115,90,215). Sum of RGB (Red+Green+Blue) = 115+90+215=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #735AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AD7 is #8CA528. Grayscale: #6F6F6F. Windows color (decimal): -9217321 or 14113395. OLE color: 14113395.

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

Color convert

RGB 115 90 215 -
CMYK 0.47 0.58 0 0.16
HSL 252º 0.61% 0.6% -
HSV(B) 252º 0.58% 0.84% -
XYZ 22.99 15.86 66.14 -
YUV 111.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 115 90 215 0.47 0.58 0 0.16 252 0.61 0.6
Hex 73 5A D7 2F 3A 0 10 FC 3D 3C
Octal 163 132 327 57 72 0 20 374 75 74
Binary 1110011 1011010 11010111 101111 111010 0 10000 11111100 111101 111100

Color Harmonies of #735AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AD7

Black with #735AD7

Text Example


Text Example

White with #735AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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