Html Css Color HEX #7446CE Slate Blue

📋 copy color: '#7446CE'

red 116 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #7446CE

Tints of Slate Blue #7446CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 29.59%
G = 17.86%
B = 52.55%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7446CE (or 0x7446CE) is known color: Slate Blue. HEX triplet: 74, 46 and CE. RGB value is (116,70,206). Sum of RGB (Red+Green+Blue) = 116+70+206=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #7446CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446CE is #8BB931. Grayscale: #626262. Windows color (decimal): -9156914 or 13518452. OLE color: 13518452.

HSL color Cylindrical-coordinate representation of color #7446CE: hue angle of 260.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7446CE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 70 206 -
CMYK 0.44 0.66 0 0.19
HSL 260.29º 0.58% 0.54% -
HSV(B) 260.29º 0.66% 0.81% -
XYZ 20.53 12.55 59.73 -
YUV 99.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 116 70 206 0.44 0.66 0 0.19 260.29 0.58 0.54
Hex 74 46 CE 2C 42 0 13 104 3A 36
Octal 164 106 316 54 102 0 23 404 72 66
Binary 1110100 1000110 11001110 101100 1000010 0 10011 100000100 111010 110110

Color Harmonies of #7446CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446CE

Black with #7446CE

Text Example


Text Example

White with #7446CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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