Html Css Color HEX #735DC6 Slate Blue

📋 copy color: '#735DC6'

red 115 ◦ green 93 ◦ blue 198

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

Shades of Slate Blue #735DC6

Tints of Slate Blue #735DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.91%

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 28.33%
G = 22.91%
B = 48.77%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#735DC6 (or 0x735DC6) is known color: Slate Blue. HEX triplet: 73, 5D and C6. RGB value is (115,93,198). Sum of RGB (Red+Green+Blue) = 115+93+198=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #735DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DC6 is #8CA239. Grayscale: #6F6F6F. Windows color (decimal): -9216570 or 13000051. OLE color: 13000051.

HSL color Cylindrical-coordinate representation of color #735DC6: hue angle of 252.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735DC6 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 93 198 -
CMYK 0.42 0.53 0 0.22
HSL 252.57º 0.48% 0.57% -
HSV(B) 252.57º 0.53% 0.78% -
XYZ 21.18 15.55 55.31 -
YUV 111.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 115 93 198 0.42 0.53 0 0.22 252.57 0.48 0.57
Hex 73 5D C6 2A 35 0 16 FD 30 39
Octal 163 135 306 52 65 0 26 375 60 71
Binary 1110011 1011101 11000110 101010 110101 0 10110 11111101 110000 111001

Color Harmonies of #735DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DC6

Black with #735DC6

Text Example


Text Example

White with #735DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,93,198); }

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

background-color css

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

 a { background-color: rgb(115,93,198); }

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

border-color css

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

 span { border-color: rgb(115,93,198); }

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