Html Css Color HEX #735ED9 Slate Blue

📋 copy color: '#735ED9'

red 115 ◦ green 94 ◦ blue 217

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

Shades of Slate Blue #735ED9

Tints of Slate Blue #735ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 217 (85.16% from 255) = 50.94%

R = 27%
G = 22.07%
B = 50.94%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#735ED9 (or 0x735ED9) is known color: Slate Blue. HEX triplet: 73, 5E and D9. RGB value is (115,94,217). Sum of RGB (Red+Green+Blue) = 115+94+217=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #735ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ED9 is #8CA126. Grayscale: #717171. Windows color (decimal): -9216295 or 14245491. OLE color: 14245491.

HSL color Cylindrical-coordinate representation of color #735ED9: hue angle of 250.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735ED9 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 94 217 -
CMYK 0.47 0.57 0 0.15
HSL 250.24º 0.62% 0.61% -
HSV(B) 250.24º 0.57% 0.85% -
XYZ 23.6 16.66 67.62 -
YUV 114.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 115 94 217 0.47 0.57 0 0.15 250.24 0.62 0.61
Hex 73 5E D9 2F 39 0 F FA 3E 3D
Octal 163 136 331 57 71 0 17 372 76 75
Binary 1110011 1011110 11011001 101111 111001 0 1111 11111010 111110 111101

Color Harmonies of #735ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ED9

Black with #735ED9

Text Example


Text Example

White with #735ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,217); }

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

background-color css

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

 a { background-color: rgb(115,94,217); }

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

border-color css

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

 span { border-color: rgb(115,94,217); }

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