Html Css Color HEX #7344CF Slate Blue

📋 copy color: '#7344CF'

red 115 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #7344CF

Tints of Slate Blue #7344CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 29.49%
G = 17.44%
B = 53.08%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7344CF (or 0x7344CF) is known color: Slate Blue. HEX triplet: 73, 44 and CF. RGB value is (115,68,207). Sum of RGB (Red+Green+Blue) = 115+68+207=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7344CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344CF is #8CBB30. Grayscale: #616161. Windows color (decimal): -9222961 or 13583475. OLE color: 13583475.

HSL color Cylindrical-coordinate representation of color #7344CF: hue angle of 260.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7344CF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 68 207 -
CMYK 0.44 0.67 0 0.19
HSL 260.29º 0.59% 0.54% -
HSV(B) 260.29º 0.67% 0.81% -
XYZ 20.4 12.28 60.33 -
YUV 97.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 115 68 207 0.44 0.67 0 0.19 260.29 0.59 0.54
Hex 73 44 CF 2C 43 0 13 104 3B 36
Octal 163 104 317 54 103 0 23 404 73 66
Binary 1110011 1000100 11001111 101100 1000011 0 10011 100000100 111011 110110

Color Harmonies of #7344CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7344CF

Black with #7344CF

Text Example


Text Example

White with #7344CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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