Html Css Color HEX #7345CC Slate Blue

📋 copy color: '#7345CC'

red 115 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #7345CC

Tints of Slate Blue #7345CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 29.64%
G = 17.78%
B = 52.58%

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

#7345CC (or 0x7345CC) is known color: Slate Blue. HEX triplet: 73, 45 and CC. RGB value is (115,69,204). Sum of RGB (Red+Green+Blue) = 115+69+204=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #7345CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345CC is #8CBA33. Grayscale: #616161. Windows color (decimal): -9222708 or 13387123. OLE color: 13387123.

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

Color convert

RGB 115 69 204 -
CMYK 0.44 0.66 0 0.2
HSL 260.44º 0.57% 0.54% -
HSV(B) 260.44º 0.66% 0.8% -
XYZ 20.1 12.26 58.43 -
YUV 98.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 115 69 204 0.44 0.66 0 0.2 260.44 0.57 0.54
Hex 73 45 CC 2C 42 0 14 104 39 36
Octal 163 105 314 54 102 0 24 404 71 66
Binary 1110011 1000101 11001100 101100 1000010 0 10100 100000100 111001 110110

Color Harmonies of #7345CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7345CC

Black with #7345CC

Text Example


Text Example

White with #7345CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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