Html Css Color HEX #735DDD Slate Blue

📋 copy color: '#735DDD'

red 115 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #735DDD

Tints of Slate Blue #735DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 26.81%
G = 21.68%
B = 51.52%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#735DDD (or 0x735DDD) is known color: Slate Blue. HEX triplet: 73, 5D and DD. RGB value is (115,93,221). Sum of RGB (Red+Green+Blue) = 115+93+221=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #735DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DDD is #8CA222. Grayscale: #717171. Windows color (decimal): -9216547 or 14507379. OLE color: 14507379.

HSL color Cylindrical-coordinate representation of color #735DDD: hue angle of 250.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735DDD is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 93 221 -
CMYK 0.48 0.58 0 0.13
HSL 250.31º 0.65% 0.62% -
HSV(B) 250.31º 0.58% 0.87% -
XYZ 24.04 16.69 70.36 -
YUV 114.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 115 93 221 0.48 0.58 0 0.13 250.31 0.65 0.62
Hex 73 5D DD 30 3A 0 D FA 41 3E
Octal 163 135 335 60 72 0 15 372 101 76
Binary 1110011 1011101 11011101 110000 111010 0 1101 11111010 1000001 111110

Color Harmonies of #735DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DDD

Black with #735DDD

Text Example


Text Example

White with #735DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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