Html Css Color HEX #7443DB Slate Blue

📋 copy color: '#7443DB'

red 116 ◦ green 67 ◦ blue 219

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

Shades of Slate Blue #7443DB

Tints of Slate Blue #7443DB

RGB

 RED value IS 116 (45.7% from 255) = 28.86%

 GREEN value IS 67 (26.56% from 255) = 16.67%

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

R = 28.86%
G = 16.67%
B = 54.48%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7443DB (or 0x7443DB) is known color: Slate Blue. HEX triplet: 74, 43 and DB. RGB value is (116,67,219). Sum of RGB (Red+Green+Blue) = 116+67+219=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #7443DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7443DB is #8BBC24. Grayscale: #626262. Windows color (decimal): -9157669 or 14369652. OLE color: 14369652.

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

Color convert

RGB 116 67 219 -
CMYK 0.47 0.69 0 0.14
HSL 259.34º 0.68% 0.56% -
HSV(B) 259.34º 0.69% 0.86% -
XYZ 22 12.84 68.34 -
YUV 98.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 116 67 219 0.47 0.69 0 0.14 259.34 0.68 0.56
Hex 74 43 DB 2F 45 0 E 103 44 38
Octal 164 103 333 57 105 0 16 403 104 70
Binary 1110100 1000011 11011011 101111 1000101 0 1110 100000011 1000100 111000

Color Harmonies of #7443DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7443DB

Black with #7443DB

Text Example


Text Example

White with #7443DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,67,219); }

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

background-color css

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

 a { background-color: rgb(116,67,219); }

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

border-color css

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

 span { border-color: rgb(116,67,219); }

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