Html Css Color HEX #735EDE Slate Blue

📋 copy color: '#735EDE'

red 115 ◦ green 94 ◦ blue 222

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

Shades of Slate Blue #735EDE

Tints of Slate Blue #735EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 26.68%
G = 21.81%
B = 51.51%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#735EDE (or 0x735EDE) is known color: Slate Blue. HEX triplet: 73, 5E and DE. RGB value is (115,94,222). Sum of RGB (Red+Green+Blue) = 115+94+222=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #735EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDE is #8CA121. Grayscale: #727272. Windows color (decimal): -9216290 or 14573171. OLE color: 14573171.

HSL color Cylindrical-coordinate representation of color #735EDE: hue angle of 249.84º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735EDE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 94 222 -
CMYK 0.48 0.58 0 0.13
HSL 249.84º 0.66% 0.62% -
HSV(B) 249.84º 0.58% 0.87% -
XYZ 24.26 16.92 71.1 -
YUV 114.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 115 94 222 0.48 0.58 0 0.13 249.84 0.66 0.62
Hex 73 5E DE 30 3A 0 D FA 42 3E
Octal 163 136 336 60 72 0 15 372 102 76
Binary 1110011 1011110 11011110 110000 111010 0 1101 11111010 1000010 111110

Color Harmonies of #735EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EDE

Black with #735EDE

Text Example


Text Example

White with #735EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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