Html Css Color HEX #735DCC Slate Blue

📋 copy color: '#735DCC'

red 115 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #735DCC

Tints of Slate Blue #735DCC

RGB

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

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

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

R = 27.91%
G = 22.57%
B = 49.51%

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

#735DCC (or 0x735DCC) is known color: Slate Blue. HEX triplet: 73, 5D and CC. RGB value is (115,93,204). Sum of RGB (Red+Green+Blue) = 115+93+204=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #735DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DCC is #8CA233. Grayscale: #6F6F6F. Windows color (decimal): -9216564 or 13393267. OLE color: 13393267.

HSL color Cylindrical-coordinate representation of color #735DCC: hue angle of 251.89º 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 #735DCC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 93 204 -
CMYK 0.44 0.54 0 0.2
HSL 251.89º 0.52% 0.58% -
HSV(B) 251.89º 0.54% 0.8% -
XYZ 21.88 15.83 59.03 -
YUV 112.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 115 93 204 0.44 0.54 0 0.2 251.89 0.52 0.58
Hex 73 5D CC 2C 36 0 14 FC 34 3A
Octal 163 135 314 54 66 0 24 374 64 72
Binary 1110011 1011101 11001100 101100 110110 0 10100 11111100 110100 111010

Color Harmonies of #735DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DCC

Black with #735DCC

Text Example


Text Example

White with #735DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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