Html Css Color HEX #735ECC Slate Blue

📋 copy color: '#735ECC'

red 115 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #735ECC

Tints of Slate Blue #735ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 27.85%
G = 22.76%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#735ECC (or 0x735ECC) is known color: Slate Blue. HEX triplet: 73, 5E and CC. RGB value is (115,94,204). Sum of RGB (Red+Green+Blue) = 115+94+204=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #735ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ECC is #8CA133. Grayscale: #707070. Windows color (decimal): -9216308 or 13393523. OLE color: 13393523.

HSL color Cylindrical-coordinate representation of color #735ECC: hue angle of 251.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735ECC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 94 204 -
CMYK 0.44 0.54 0 0.2
HSL 251.45º 0.52% 0.58% -
HSV(B) 251.45º 0.54% 0.8% -
XYZ 21.97 16.01 59.06 -
YUV 112.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 115 94 204 0.44 0.54 0 0.2 251.45 0.52 0.58
Hex 73 5E CC 2C 36 0 14 FB 34 3A
Octal 163 136 314 54 66 0 24 373 64 72
Binary 1110011 1011110 11001100 101100 110110 0 10100 11111011 110100 111010

Color Harmonies of #735ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ECC

Black with #735ECC

Text Example


Text Example

White with #735ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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