Html Css Color HEX #735DCD Slate Blue

📋 copy color: '#735DCD'

red 115 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #735DCD

Tints of Slate Blue #735DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 27.85%
G = 22.52%
B = 49.64%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#735DCD (or 0x735DCD) is known color: Slate Blue. HEX triplet: 73, 5D and CD. RGB value is (115,93,205). Sum of RGB (Red+Green+Blue) = 115+93+205=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #735DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DCD is #8CA232. Grayscale: #6F6F6F. Windows color (decimal): -9216563 or 13458803. OLE color: 13458803.

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

Color convert

RGB 115 93 205 -
CMYK 0.44 0.55 0 0.20
HSL 251.79º 0.53% 0.58% -
HSV(B) 251.79º 0.55% 0.8% -
XYZ 22 15.88 59.66 -
YUV 112.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 115 93 205 0.44 0.55 0 0.20 251.79 0.53 0.58
Hex 73 5D CD 2C 37 0 14 FC 35 3A
Octal 163 135 315 54 67 0 24 374 65 72
Binary 1110011 1011101 11001101 101100 110111 0 10100 11111100 110101 111010

Color Harmonies of #735DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DCD

Black with #735DCD

Text Example


Text Example

White with #735DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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