Html Css Color HEX #7348DE Slate Blue

📋 copy color: '#7348DE'

red 115 ◦ green 72 ◦ blue 222

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

Shades of Slate Blue #7348DE

Tints of Slate Blue #7348DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 28.12%
G = 17.6%
B = 54.28%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7348DE (or 0x7348DE) is known color: Slate Blue. HEX triplet: 73, 48 and DE. RGB value is (115,72,222). Sum of RGB (Red+Green+Blue) = 115+72+222=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #7348DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348DE is #8CB721. Grayscale: #656565. Windows color (decimal): -9221922 or 14567539. OLE color: 14567539.

HSL color Cylindrical-coordinate representation of color #7348DE: hue angle of 257.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7348DE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 72 222 -
CMYK 0.48 0.68 0 0.13
HSL 257.2º 0.69% 0.58% -
HSV(B) 257.2º 0.68% 0.87% -
XYZ 22.57 13.55 70.53 -
YUV 101.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 115 72 222 0.48 0.68 0 0.13 257.2 0.69 0.58
Hex 73 48 DE 30 44 0 D 101 45 3A
Octal 163 110 336 60 104 0 15 401 105 72
Binary 1110011 1001000 11011110 110000 1000100 0 1101 100000001 1000101 111010

Color Harmonies of #7348DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348DE

Black with #7348DE

Text Example


Text Example

White with #7348DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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