Html Css Color HEX #735DDB Slate Blue

📋 copy color: '#735DDB'

red 115 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #735DDB

Tints of Slate Blue #735DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 26.93%
G = 21.78%
B = 51.29%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#735DDB (or 0x735DDB) is known color: Slate Blue. HEX triplet: 73, 5D and DB. RGB value is (115,93,219). Sum of RGB (Red+Green+Blue) = 115+93+219=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #735DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DDB is #8CA224. Grayscale: #717171. Windows color (decimal): -9216549 or 14376307. OLE color: 14376307.

HSL color Cylindrical-coordinate representation of color #735DDB: hue angle of 250.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735DDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 93 219 -
CMYK 0.47 0.58 0 0.14
HSL 250.48º 0.64% 0.61% -
HSV(B) 250.48º 0.58% 0.86% -
XYZ 23.77 16.59 68.97 -
YUV 113.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 115 93 219 0.47 0.58 0 0.14 250.48 0.64 0.61
Hex 73 5D DB 2F 3A 0 E FA 40 3D
Octal 163 135 333 57 72 0 16 372 100 75
Binary 1110011 1011101 11011011 101111 111010 0 1110 11111010 1000000 111101

Color Harmonies of #735DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DDB

Black with #735DDB

Text Example


Text Example

White with #735DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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