Html Css Color HEX #735FD5 Slate Blue

📋 copy color: '#735FD5'

red 115 ◦ green 95 ◦ blue 213

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

Shades of Slate Blue #735FD5

Tints of Slate Blue #735FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 27.19%
G = 22.46%
B = 50.35%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#735FD5 (or 0x735FD5) is known color: Slate Blue. HEX triplet: 73, 5F and D5. RGB value is (115,95,213). Sum of RGB (Red+Green+Blue) = 115+95+213=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #735FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FD5 is #8CA02A. Grayscale: #717171. Windows color (decimal): -9216043 or 13983603. OLE color: 13983603.

HSL color Cylindrical-coordinate representation of color #735FD5: hue angle of 250.17º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735FD5 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 95 213 -
CMYK 0.46 0.55 0 0.16
HSL 250.17º 0.58% 0.6% -
HSV(B) 250.17º 0.55% 0.84% -
XYZ 23.17 16.63 64.94 -
YUV 114.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 115 95 213 0.46 0.55 0 0.16 250.17 0.58 0.6
Hex 73 5F D5 2E 37 0 10 FA 3A 3C
Octal 163 137 325 56 67 0 20 372 72 74
Binary 1110011 1011111 11010101 101110 110111 0 10000 11111010 111010 111100

Color Harmonies of #735FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FD5

Black with #735FD5

Text Example


Text Example

White with #735FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,95,213); }

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

background-color css

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

 a { background-color: rgb(115,95,213); }

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

border-color css

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

 span { border-color: rgb(115,95,213); }

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