Html Css Color HEX #735EC6 Slate Blue

📋 copy color: '#735EC6'

red 115 ◦ green 94 ◦ blue 198

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

Shades of Slate Blue #735EC6

Tints of Slate Blue #735EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

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

R = 28.26%
G = 23.1%
B = 48.65%

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

#735EC6 (or 0x735EC6) is known color: Slate Blue. HEX triplet: 73, 5E and C6. RGB value is (115,94,198). Sum of RGB (Red+Green+Blue) = 115+94+198=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #735EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EC6 is #8CA139. Grayscale: #6F6F6F. Windows color (decimal): -9216314 or 13000307. OLE color: 13000307.

HSL color Cylindrical-coordinate representation of color #735EC6: hue angle of 252.12º 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 #735EC6 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 94 198 -
CMYK 0.42 0.53 0 0.22
HSL 252.12º 0.48% 0.57% -
HSV(B) 252.12º 0.53% 0.78% -
XYZ 21.27 15.73 55.34 -
YUV 112.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 115 94 198 0.42 0.53 0 0.22 252.12 0.48 0.57
Hex 73 5E C6 2A 35 0 16 FC 30 39
Octal 163 136 306 52 65 0 26 374 60 71
Binary 1110011 1011110 11000110 101010 110101 0 10110 11111100 110000 111001

Color Harmonies of #735EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EC6

Black with #735EC6

Text Example


Text Example

White with #735EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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