Html Css Color HEX #7348CA Slate Blue

📋 copy color: '#7348CA'

red 115 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #7348CA

Tints of Slate Blue #7348CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

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

R = 29.56%
G = 18.51%
B = 51.93%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7348CA (or 0x7348CA) is known color: Slate Blue. HEX triplet: 73, 48 and CA. RGB value is (115,72,202). Sum of RGB (Red+Green+Blue) = 115+72+202=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #7348CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CA is #8CB735. Grayscale: #636363. Windows color (decimal): -9221942 or 13256819. OLE color: 13256819.

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

Color convert

RGB 115 72 202 -
CMYK 0.43 0.64 0 0.21
HSL 259.85º 0.55% 0.54% -
HSV(B) 259.85º 0.64% 0.79% -
XYZ 20.05 12.54 57.24 -
YUV 99.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 115 72 202 0.43 0.64 0 0.21 259.85 0.55 0.54
Hex 73 48 CA 2B 40 0 15 104 37 36
Octal 163 110 312 53 100 0 25 404 67 66
Binary 1110011 1001000 11001010 101011 1000000 0 10101 100000100 110111 110110

Color Harmonies of #7348CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348CA

Black with #7348CA

Text Example


Text Example

White with #7348CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,72,202); }

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

background-color css

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

 a { background-color: rgb(115,72,202); }

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

border-color css

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

 span { border-color: rgb(115,72,202); }

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