Html Css Color HEX #735DCE Slate Blue

📋 copy color: '#735DCE'

red 115 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #735DCE

Tints of Slate Blue #735DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 27.78%
G = 22.46%
B = 49.76%

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

#735DCE (or 0x735DCE) is known color: Slate Blue. HEX triplet: 73, 5D and CE. RGB value is (115,93,206). Sum of RGB (Red+Green+Blue) = 115+93+206=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #735DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DCE is #8CA231. Grayscale: #707070. Windows color (decimal): -9216562 or 13524339. OLE color: 13524339.

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

Color convert

RGB 115 93 206 -
CMYK 0.44 0.55 0 0.19
HSL 251.68º 0.54% 0.59% -
HSV(B) 251.68º 0.55% 0.81% -
XYZ 22.13 15.93 60.3 -
YUV 112.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 115 93 206 0.44 0.55 0 0.19 251.68 0.54 0.59
Hex 73 5D CE 2C 37 0 13 FC 36 3B
Octal 163 135 316 54 67 0 23 374 66 73
Binary 1110011 1011101 11001110 101100 110111 0 10011 11111100 110110 111011

Color Harmonies of #735DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DCE

Black with #735DCE

Text Example


Text Example

White with #735DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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