Html Css Color HEX #7348CF Slate Blue

📋 copy color: '#7348CF'

red 115 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #7348CF

Tints of Slate Blue #7348CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 29.19%
G = 18.27%
B = 52.54%

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

#7348CF (or 0x7348CF) is known color: Slate Blue. HEX triplet: 73, 48 and CF. RGB value is (115,72,207). Sum of RGB (Red+Green+Blue) = 115+72+207=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #7348CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CF is #8CB730. Grayscale: #636363. Windows color (decimal): -9221937 or 13584499. OLE color: 13584499.

HSL color Cylindrical-coordinate representation of color #7348CF: hue angle of 259.11º 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 #7348CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 72 207 -
CMYK 0.44 0.65 0 0.19
HSL 259.11º 0.58% 0.55% -
HSV(B) 259.11º 0.65% 0.81% -
XYZ 20.65 12.78 60.41 -
YUV 100.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 115 72 207 0.44 0.65 0 0.19 259.11 0.58 0.55
Hex 73 48 CF 2C 41 0 13 103 3A 37
Octal 163 110 317 54 101 0 23 403 72 67
Binary 1110011 1001000 11001111 101100 1000001 0 10011 100000011 111010 110111

Color Harmonies of #7348CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348CF

Black with #7348CF

Text Example


Text Example

White with #7348CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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