Html Css Color HEX #735BD0 Slate Blue

📋 copy color: '#735BD0'

red 115 ◦ green 91 ◦ blue 208

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

Shades of Slate Blue #735BD0

Tints of Slate Blue #735BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 27.78%
G = 21.98%
B = 50.24%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#735BD0 (or 0x735BD0) is known color: Slate Blue. HEX triplet: 73, 5B and D0. RGB value is (115,91,208). Sum of RGB (Red+Green+Blue) = 115+91+208=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #735BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BD0 is #8CA42F. Grayscale: #6F6F6F. Windows color (decimal): -9217072 or 13654899. OLE color: 13654899.

HSL color Cylindrical-coordinate representation of color #735BD0: hue angle of 252.31º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735BD0 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 91 208 -
CMYK 0.45 0.56 0 0.18
HSL 252.31º 0.55% 0.59% -
HSV(B) 252.31º 0.56% 0.82% -
XYZ 22.2 15.68 61.53 -
YUV 111.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 115 91 208 0.45 0.56 0 0.18 252.31 0.55 0.59
Hex 73 5B D0 2D 38 0 12 FC 37 3B
Octal 163 133 320 55 70 0 22 374 67 73
Binary 1110011 1011011 11010000 101101 111000 0 10010 11111100 110111 111011

Color Harmonies of #735BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BD0

Black with #735BD0

Text Example


Text Example

White with #735BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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