Html Css Color HEX #735ADA Slate Blue

📋 copy color: '#735ADA'

red 115 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #735ADA

Tints of Slate Blue #735ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 27.19%
G = 21.28%
B = 51.54%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#735ADA (or 0x735ADA) is known color: Slate Blue. HEX triplet: 73, 5A and DA. RGB value is (115,90,218). Sum of RGB (Red+Green+Blue) = 115+90+218=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #735ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ADA is #8CA525. Grayscale: #6F6F6F. Windows color (decimal): -9217318 or 14310003. OLE color: 14310003.

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

Color convert

RGB 115 90 218 -
CMYK 0.47 0.59 0 0.15
HSL 251.72º 0.63% 0.6% -
HSV(B) 251.72º 0.59% 0.85% -
XYZ 23.38 16.02 68.19 -
YUV 112.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 115 90 218 0.47 0.59 0 0.15 251.72 0.63 0.6
Hex 73 5A DA 2F 3B 0 F FC 3F 3C
Octal 163 132 332 57 73 0 17 374 77 74
Binary 1110011 1011010 11011010 101111 111011 0 1111 11111100 111111 111100

Color Harmonies of #735ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ADA

Black with #735ADA

Text Example


Text Example

White with #735ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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