Html Css Color HEX #7446D0 Slate Blue

📋 copy color: '#7446D0'

red 116 ◦ green 70 ◦ blue 208

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

Shades of Slate Blue #7446D0

Tints of Slate Blue #7446D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 29.44%
G = 17.77%
B = 52.79%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7446D0 (or 0x7446D0) is known color: Slate Blue. HEX triplet: 74, 46 and D0. RGB value is (116,70,208). Sum of RGB (Red+Green+Blue) = 116+70+208=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #7446D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446D0 is #8BB92F. Grayscale: #626262. Windows color (decimal): -9156912 or 13649524. OLE color: 13649524.

HSL color Cylindrical-coordinate representation of color #7446D0: hue angle of 260º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7446D0 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 70 208 -
CMYK 0.44 0.66 0 0.18
HSL 260º 0.59% 0.55% -
HSV(B) 260º 0.66% 0.82% -
XYZ 20.78 12.65 61.02 -
YUV 99.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 116 70 208 0.44 0.66 0 0.18 260 0.59 0.55
Hex 74 46 D0 2C 42 0 12 104 3B 37
Octal 164 106 320 54 102 0 22 404 73 67
Binary 1110100 1000110 11010000 101100 1000010 0 10010 100000100 111011 110111

Color Harmonies of #7446D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446D0

Black with #7446D0

Text Example


Text Example

White with #7446D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7446D0; }

 p { color: rgb(116,70,208); }

 H1.HeaderClassName
 {
   color: #7446D0;
 }
 .AnyTagClassName
 {
   color: #7446D0;
 }
</style>

background-color css

<style>
 a { background-color: #7446D0; }

 a { background-color: rgb(116,70,208); }

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

border-color css

<style>
 span { border-color: #7446D0; }

 span { border-color: rgb(116,70,208); }

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