Html Css Color HEX #7446CB Slate Blue

📋 copy color: '#7446CB'

red 116 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #7446CB

Tints of Slate Blue #7446CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 29.82%
G = 17.99%
B = 52.19%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7446CB (or 0x7446CB) is known color: Slate Blue. HEX triplet: 74, 46 and CB. RGB value is (116,70,203). Sum of RGB (Red+Green+Blue) = 116+70+203=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #7446CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446CB is #8BB934. Grayscale: #626262. Windows color (decimal): -9156917 or 13321844. OLE color: 13321844.

HSL color Cylindrical-coordinate representation of color #7446CB: hue angle of 260.75º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7446CB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 70 203 -
CMYK 0.43 0.66 0 0.20
HSL 260.75º 0.56% 0.54% -
HSV(B) 260.75º 0.66% 0.8% -
XYZ 20.17 12.41 57.83 -
YUV 98.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 116 70 203 0.43 0.66 0 0.20 260.75 0.56 0.54
Hex 74 46 CB 2B 42 0 14 105 38 36
Octal 164 106 313 53 102 0 24 405 70 66
Binary 1110100 1000110 11001011 101011 1000010 0 10100 100000101 111000 110110

Color Harmonies of #7446CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446CB

Black with #7446CB

Text Example


Text Example

White with #7446CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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