Html Css Color HEX #735EDB Slate Blue

📋 copy color: '#735EDB'

red 115 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #735EDB

Tints of Slate Blue #735EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 26.87%
G = 21.96%
B = 51.17%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#735EDB (or 0x735EDB) is known color: Slate Blue. HEX triplet: 73, 5E and DB. RGB value is (115,94,219). Sum of RGB (Red+Green+Blue) = 115+94+219=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #735EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDB is #8CA124. Grayscale: #727272. Windows color (decimal): -9216293 or 14376563. OLE color: 14376563.

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

Color convert

RGB 115 94 219 -
CMYK 0.47 0.57 0 0.14
HSL 250.08º 0.63% 0.61% -
HSV(B) 250.08º 0.57% 0.86% -
XYZ 23.86 16.76 69 -
YUV 114.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 115 94 219 0.47 0.57 0 0.14 250.08 0.63 0.61
Hex 73 5E DB 2F 39 0 E FA 3F 3D
Octal 163 136 333 57 71 0 16 372 77 75
Binary 1110011 1011110 11011011 101111 111001 0 1110 11111010 111111 111101

Color Harmonies of #735EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EDB

Black with #735EDB

Text Example


Text Example

White with #735EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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