Html Css Color HEX #7045DB Slate Blue

📋 copy color: '#7045DB'

red 112 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #7045DB

Tints of Slate Blue #7045DB

RGB

 RED value IS 112 (44.14% from 255) = 28%

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 28%
G = 17.25%
B = 54.75%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7045DB (or 0x7045DB) is known color: Slate Blue. HEX triplet: 70, 45 and DB. RGB value is (112,69,219). Sum of RGB (Red+Green+Blue) = 112+69+219=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #7045DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045DB is #8FBA24. Grayscale: #626262. Windows color (decimal): -9419301 or 14370160. OLE color: 14370160.

HSL color Cylindrical-coordinate representation of color #7045DB: hue angle of 257.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7045DB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 69 219 -
CMYK 0.49 0.68 0 0.14
HSL 257.2º 0.68% 0.56% -
HSV(B) 257.2º 0.68% 0.86% -
XYZ 21.6 12.82 68.35 -
YUV 98.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 112 69 219 0.49 0.68 0 0.14 257.2 0.68 0.56
Hex 70 45 DB 31 44 0 E 101 44 38
Octal 160 105 333 61 104 0 16 401 104 70
Binary 1110000 1000101 11011011 110001 1000100 0 1110 100000001 1000100 111000

Color Harmonies of #7045DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7045DB

Black with #7045DB

Text Example


Text Example

White with #7045DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,69,219); }

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

background-color css

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

 a { background-color: rgb(112,69,219); }

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

border-color css

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

 span { border-color: rgb(112,69,219); }

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