Html Css Color HEX #735ED8 Slate Blue

📋 copy color: '#735ED8'

red 115 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #735ED8

Tints of Slate Blue #735ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.82%

R = 27.06%
G = 22.12%
B = 50.82%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#735ED8 (or 0x735ED8) is known color: Slate Blue. HEX triplet: 73, 5E and D8. RGB value is (115,94,216). Sum of RGB (Red+Green+Blue) = 115+94+216=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #735ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ED8 is #8CA127. Grayscale: #717171. Windows color (decimal): -9216296 or 14179955. OLE color: 14179955.

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

Color convert

RGB 115 94 216 -
CMYK 0.47 0.56 0 0.15
HSL 250.33º 0.61% 0.61% -
HSV(B) 250.33º 0.56% 0.85% -
XYZ 23.47 16.61 66.93 -
YUV 114.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 115 94 216 0.47 0.56 0 0.15 250.33 0.61 0.61
Hex 73 5E D8 2F 38 0 F FA 3D 3D
Octal 163 136 330 57 70 0 17 372 75 75
Binary 1110011 1011110 11011000 101111 111000 0 1111 11111010 111101 111101

Color Harmonies of #735ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ED8

Black with #735ED8

Text Example


Text Example

White with #735ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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