Html Css Color HEX #7346CC Slate Blue

📋 copy color: '#7346CC'

red 115 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #7346CC

Tints of Slate Blue #7346CC

RGB

 RED value IS 115 (45.31% from 255) = 29.56%

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 29.56%
G = 17.99%
B = 52.44%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7346CC (or 0x7346CC) is known color: Slate Blue. HEX triplet: 73, 46 and CC. RGB value is (115,70,204). Sum of RGB (Red+Green+Blue) = 115+70+204=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #7346CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7346CC is #8CB933. Grayscale: #626262. Windows color (decimal): -9222452 or 13387379. OLE color: 13387379.

HSL color Cylindrical-coordinate representation of color #7346CC: hue angle of 260.15º degrees, saturation: 0.57, 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 #7346CC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 70 204 -
CMYK 0.44 0.66 0 0.2
HSL 260.15º 0.57% 0.54% -
HSV(B) 260.15º 0.66% 0.8% -
XYZ 20.16 12.38 58.45 -
YUV 98.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 115 70 204 0.44 0.66 0 0.2 260.15 0.57 0.54
Hex 73 46 CC 2C 42 0 14 104 39 36
Octal 163 106 314 54 102 0 24 404 71 66
Binary 1110011 1000110 11001100 101100 1000010 0 10100 100000100 111001 110110

Color Harmonies of #7346CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7346CC

Black with #7346CC

Text Example


Text Example

White with #7346CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7346CC; }

 p { color: rgb(115,70,204); }

 H1.HeaderClassName
 {
   color: #7346CC;
 }
 .AnyTagClassName
 {
   color: #7346CC;
 }
</style>

background-color css

<style>
 a { background-color: #7346CC; }

 a { background-color: rgb(115,70,204); }

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

border-color css

<style>
 span { border-color: #7346CC; }

 span { border-color: rgb(115,70,204); }

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