Html Css Color HEX #7446CA Slate Blue

📋 copy color: '#7446CA'

red 116 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #7446CA

Tints of Slate Blue #7446CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 29.9%
G = 18.04%
B = 52.06%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7446CA (or 0x7446CA) is known color: Slate Blue. HEX triplet: 74, 46 and CA. RGB value is (116,70,202). Sum of RGB (Red+Green+Blue) = 116+70+202=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #7446CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446CA is #8BB935. Grayscale: #626262. Windows color (decimal): -9156918 or 13256308. OLE color: 13256308.

HSL color Cylindrical-coordinate representation of color #7446CA: hue angle of 260.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7446CA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 70 202 -
CMYK 0.43 0.65 0 0.21
HSL 260.91º 0.55% 0.53% -
HSV(B) 260.91º 0.65% 0.79% -
XYZ 20.05 12.36 57.21 -
YUV 98.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 116 70 202 0.43 0.65 0 0.21 260.91 0.55 0.53
Hex 74 46 CA 2B 41 0 15 105 37 35
Octal 164 106 312 53 101 0 25 405 67 65
Binary 1110100 1000110 11001010 101011 1000001 0 10101 100000101 110111 110101

Color Harmonies of #7446CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446CA

Black with #7446CA

Text Example


Text Example

White with #7446CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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