Html Css Color HEX #735BD9 Slate Blue

📋 copy color: '#735BD9'

red 115 ◦ green 91 ◦ blue 217

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

Shades of Slate Blue #735BD9

Tints of Slate Blue #735BD9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 27.19%
G = 21.51%
B = 51.3%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#735BD9 (or 0x735BD9) is known color: Slate Blue. HEX triplet: 73, 5B and D9. RGB value is (115,91,217). Sum of RGB (Red+Green+Blue) = 115+91+217=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #735BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BD9 is #8CA426. Grayscale: #707070. Windows color (decimal): -9217063 or 14244723. OLE color: 14244723.

HSL color Cylindrical-coordinate representation of color #735BD9: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735BD9 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 91 217 -
CMYK 0.47 0.58 0 0.15
HSL 251.43º 0.62% 0.6% -
HSV(B) 251.43º 0.58% 0.85% -
XYZ 23.34 16.14 67.53 -
YUV 112.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 115 91 217 0.47 0.58 0 0.15 251.43 0.62 0.6
Hex 73 5B D9 2F 3A 0 F FB 3E 3C
Octal 163 133 331 57 72 0 17 373 76 74
Binary 1110011 1011011 11011001 101111 111010 0 1111 11111011 111110 111100

Color Harmonies of #735BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BD9

Black with #735BD9

Text Example


Text Example

White with #735BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,217); }

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

background-color css

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

 a { background-color: rgb(115,91,217); }

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

border-color css

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

 span { border-color: rgb(115,91,217); }

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