Html Css Color HEX #7449CF Slate Blue

📋 copy color: '#7449CF'

red 116 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #7449CF

Tints of Slate Blue #7449CF

RGB

 RED value IS 116 (45.7% from 255) = 29.29%

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 29.29%
G = 18.43%
B = 52.27%

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

#7449CF (or 0x7449CF) is known color: Slate Blue. HEX triplet: 74, 49 and CF. RGB value is (116,73,207). Sum of RGB (Red+Green+Blue) = 116+73+207=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7449CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449CF is #8BB630. Grayscale: #646464. Windows color (decimal): -9156145 or 13584756. OLE color: 13584756.

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

Color convert

RGB 116 73 207 -
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.85 12.98 60.44 -
YUV 101.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 116 73 207 0.44 0.65 0 0.19 259.25 0.58 0.55
Hex 74 49 CF 2C 41 0 13 103 3A 37
Octal 164 111 317 54 101 0 23 403 72 67
Binary 1110100 1001001 11001111 101100 1000001 0 10011 100000011 111010 110111

Color Harmonies of #7449CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449CF

Black with #7449CF

Text Example


Text Example

White with #7449CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,73,207); }

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

background-color css

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

 a { background-color: rgb(116,73,207); }

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

border-color css

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

 span { border-color: rgb(116,73,207); }

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