Html Css Color HEX #7348CE Slate Blue

📋 copy color: '#7348CE'

red 115 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #7348CE

Tints of Slate Blue #7348CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 29.26%
G = 18.32%
B = 52.42%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7348CE (or 0x7348CE) is known color: Slate Blue. HEX triplet: 73, 48 and CE. RGB value is (115,72,206). Sum of RGB (Red+Green+Blue) = 115+72+206=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7348CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CE is #8CB731. Grayscale: #636363. Windows color (decimal): -9221938 or 13518963. OLE color: 13518963.

HSL color Cylindrical-coordinate representation of color #7348CE: hue angle of 259.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7348CE is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 72 206 -
CMYK 0.44 0.65 0 0.19
HSL 259.25º 0.58% 0.55% -
HSV(B) 259.25º 0.65% 0.81% -
XYZ 20.53 12.74 59.77 -
YUV 100.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 115 72 206 0.44 0.65 0 0.19 259.25 0.58 0.55
Hex 73 48 CE 2C 41 0 13 103 3A 37
Octal 163 110 316 54 101 0 23 403 72 67
Binary 1110011 1001000 11001110 101100 1000001 0 10011 100000011 111010 110111

Color Harmonies of #7348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348CE

Black with #7348CE

Text Example


Text Example

White with #7348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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