Html Css Color HEX #735BC0 Slate Blue

📋 copy color: '#735BC0'

red 115 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #735BC0

Tints of Slate Blue #735BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 28.89%
G = 22.86%
B = 48.24%

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

#735BC0 (or 0x735BC0) is known color: Slate Blue. HEX triplet: 73, 5B and C0. RGB value is (115,91,192). Sum of RGB (Red+Green+Blue) = 115+91+192=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #735BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BC0 is #8CA43F. Grayscale: #6D6D6D. Windows color (decimal): -9217088 or 12606323. OLE color: 12606323.

HSL color Cylindrical-coordinate representation of color #735BC0: hue angle of 254.26º degrees, saturation: 0.44, 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 #735BC0 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 91 192 -
CMYK 0.40 0.53 0 0.25
HSL 254.26º 0.44% 0.55% -
HSV(B) 254.26º 0.53% 0.75% -
XYZ 20.33 14.93 51.68 -
YUV 109.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 115 91 192 0.40 0.53 0 0.25 254.26 0.44 0.55
Hex 73 5B C0 28 35 0 19 FE 2C 37
Octal 163 133 300 50 65 0 31 376 54 67
Binary 1110011 1011011 11000000 101000 110101 0 11001 11111110 101100 110111

Color Harmonies of #735BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BC0

Black with #735BC0

Text Example


Text Example

White with #735BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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