Html Css Color HEX #735AC0 Slate Blue

📋 copy color: '#735AC0'

red 115 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #735AC0

Tints of Slate Blue #735AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 28.97%
G = 22.67%
B = 48.36%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#735AC0 (or 0x735AC0) is known color: Slate Blue. HEX triplet: 73, 5A and C0. RGB value is (115,90,192). Sum of RGB (Red+Green+Blue) = 115+90+192=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #735AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AC0 is #8CA53F. Grayscale: #6C6C6C. Windows color (decimal): -9217344 or 12606067. OLE color: 12606067.

HSL color Cylindrical-coordinate representation of color #735AC0: hue angle of 254.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735AC0 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 90 192 -
CMYK 0.40 0.53 0 0.25
HSL 254.71º 0.45% 0.55% -
HSV(B) 254.71º 0.53% 0.75% -
XYZ 20.24 14.76 51.65 -
YUV 109.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 115 90 192 0.40 0.53 0 0.25 254.71 0.45 0.55
Hex 73 5A C0 28 35 0 19 FF 2D 37
Octal 163 132 300 50 65 0 31 377 55 67
Binary 1110011 1011010 11000000 101000 110101 0 11001 11111111 101101 110111

Color Harmonies of #735AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AC0

Black with #735AC0

Text Example


Text Example

White with #735AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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