Html Css Color HEX #7350DB Slate Blue

📋 copy color: '#7350DB'

red 115 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #7350DB

Tints of Slate Blue #7350DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 27.78%
G = 19.32%
B = 52.9%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7350DB (or 0x7350DB) is known color: Slate Blue. HEX triplet: 73, 50 and DB. RGB value is (115,80,219). Sum of RGB (Red+Green+Blue) = 115+80+219=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #7350DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350DB is #8CAF24. Grayscale: #696969. Windows color (decimal): -9219877 or 14372979. OLE color: 14372979.

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

Color convert

RGB 115 80 219 -
CMYK 0.47 0.63 0 0.14
HSL 255.11º 0.66% 0.59% -
HSV(B) 255.11º 0.63% 0.86% -
XYZ 22.73 14.5 68.62 -
YUV 106.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 115 80 219 0.47 0.63 0 0.14 255.11 0.66 0.59
Hex 73 50 DB 2F 3F 0 E FF 42 3B
Octal 163 120 333 57 77 0 16 377 102 73
Binary 1110011 1010000 11011011 101111 111111 0 1110 11111111 1000010 111011

Color Harmonies of #7350DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350DB

Black with #7350DB

Text Example


Text Example

White with #7350DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7350DB; }

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

 H1.HeaderClassName
 {
   color: #7350DB;
 }
 .AnyTagClassName
 {
   color: #7350DB;
 }
</style>

background-color css

<style>
 a { background-color: #7350DB; }

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

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

border-color css

<style>
 span { border-color: #7350DB; }

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

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