Html Css Color HEX #735DCF Slate Blue

📋 copy color: '#735DCF'

red 115 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #735DCF

Tints of Slate Blue #735DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 27.71%
G = 22.41%
B = 49.88%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#735DCF (or 0x735DCF) is known color: Slate Blue. HEX triplet: 73, 5D and CF. RGB value is (115,93,207). Sum of RGB (Red+Green+Blue) = 115+93+207=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #735DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DCF is #8CA230. Grayscale: #707070. Windows color (decimal): -9216561 or 13589875. OLE color: 13589875.

HSL color Cylindrical-coordinate representation of color #735DCF: hue angle of 251.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735DCF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 93 207 -
CMYK 0.44 0.55 0 0.19
HSL 251.58º 0.54% 0.59% -
HSV(B) 251.58º 0.55% 0.81% -
XYZ 22.25 15.98 60.94 -
YUV 112.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 115 93 207 0.44 0.55 0 0.19 251.58 0.54 0.59
Hex 73 5D CF 2C 37 0 13 FC 36 3B
Octal 163 135 317 54 67 0 23 374 66 73
Binary 1110011 1011101 11001111 101100 110111 0 10011 11111100 110110 111011

Color Harmonies of #735DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DCF

Black with #735DCF

Text Example


Text Example

White with #735DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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