Html Css Color HEX #735AEA Medium Slate Blue

📋 copy color: '#735AEA'

red 115 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #735AEA

Tints of Medium Slate Blue #735AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 26.2%
G = 20.5%
B = 53.3%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#735AEA (or 0x735AEA) is known color: Medium Slate Blue. HEX triplet: 73, 5A and EA. RGB value is (115,90,234). Sum of RGB (Red+Green+Blue) = 115+90+234=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #735AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AEA is #8CA515. Grayscale: #717171. Windows color (decimal): -9217302 or 15358579. OLE color: 15358579.

HSL color Cylindrical-coordinate representation of color #735AEA: hue angle of 250.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735AEA is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 90 234 -
CMYK 0.51 0.62 0 0.08
HSL 250.42º 0.77% 0.64% -
HSV(B) 250.42º 0.62% 0.92% -
XYZ 25.58 16.9 79.76 -
YUV 113.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 115 90 234 0.51 0.62 0 0.08 250.42 0.77 0.64
Hex 73 5A EA 33 3E 0 8 FA 4D 40
Octal 163 132 352 63 76 0 10 372 115 100
Binary 1110011 1011010 11101010 110011 111110 0 1000 11111010 1001101 1000000

Color Harmonies of #735AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AEA

Black with #735AEA

Text Example


Text Example

White with #735AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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