Html Css Color HEX #735FC6 Slate Blue

📋 copy color: '#735FC6'

red 115 ◦ green 95 ◦ blue 198

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

Shades of Slate Blue #735FC6

Tints of Slate Blue #735FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 28.19%
G = 23.28%
B = 48.53%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#735FC6 (or 0x735FC6) is known color: Slate Blue. HEX triplet: 73, 5F and C6. RGB value is (115,95,198). Sum of RGB (Red+Green+Blue) = 115+95+198=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #735FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FC6 is #8CA039. Grayscale: #707070. Windows color (decimal): -9216058 or 13000563. OLE color: 13000563.

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

Color convert

RGB 115 95 198 -
CMYK 0.42 0.52 0 0.22
HSL 251.65º 0.47% 0.57% -
HSV(B) 251.65º 0.52% 0.78% -
XYZ 21.36 15.91 55.37 -
YUV 112.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 115 95 198 0.42 0.52 0 0.22 251.65 0.47 0.57
Hex 73 5F C6 2A 34 0 16 FC 2F 39
Octal 163 137 306 52 64 0 26 374 57 71
Binary 1110011 1011111 11000110 101010 110100 0 10110 11111100 101111 111001

Color Harmonies of #735FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FC6

Black with #735FC6

Text Example


Text Example

White with #735FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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