Html Css Color HEX #735AE0 Slate Blue

📋 copy color: '#735AE0'

red 115 ◦ green 90 ◦ blue 224

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

Shades of Slate Blue #735AE0

Tints of Slate Blue #735AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 26.81%
G = 20.98%
B = 52.21%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#735AE0 (or 0x735AE0) is known color: Slate Blue. HEX triplet: 73, 5A and E0. RGB value is (115,90,224). Sum of RGB (Red+Green+Blue) = 115+90+224=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #735AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AE0 is #8CA51F. Grayscale: #707070. Windows color (decimal): -9217312 or 14703219. OLE color: 14703219.

HSL color Cylindrical-coordinate representation of color #735AE0: hue angle of 251.19º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735AE0 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 90 224 -
CMYK 0.49 0.60 0 0.12
HSL 251.19º 0.68% 0.62% -
HSV(B) 251.19º 0.6% 0.88% -
XYZ 24.18 16.34 72.4 -
YUV 112.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 115 90 224 0.49 0.60 0 0.12 251.19 0.68 0.62
Hex 73 5A E0 31 3C 0 C FB 44 3E
Octal 163 132 340 61 74 0 14 373 104 76
Binary 1110011 1011010 11100000 110001 111100 0 1100 11111011 1000100 111110

Color Harmonies of #735AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AE0

Black with #735AE0

Text Example


Text Example

White with #735AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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