Html Css Color HEX #7447CF Slate Blue

📋 copy color: '#7447CF'

red 116 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #7447CF

Tints of Slate Blue #7447CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 29.44%
G = 18.02%
B = 52.54%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7447CF (or 0x7447CF) is known color: Slate Blue. HEX triplet: 74, 47 and CF. RGB value is (116,71,207). Sum of RGB (Red+Green+Blue) = 116+71+207=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 71 (28.12% from 255 or 18.02% 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 #7447CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447CF is #8BB830. Grayscale: #636363. Windows color (decimal): -9156657 or 13584244. OLE color: 13584244.

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

Color convert

RGB 116 71 207 -
CMYK 0.44 0.66 0 0.19
HSL 259.85º 0.59% 0.55% -
HSV(B) 259.85º 0.66% 0.81% -
XYZ 20.72 12.72 60.4 -
YUV 99.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 116 71 207 0.44 0.66 0 0.19 259.85 0.59 0.55
Hex 74 47 CF 2C 42 0 13 104 3B 37
Octal 164 107 317 54 102 0 23 404 73 67
Binary 1110100 1000111 11001111 101100 1000010 0 10011 100000100 111011 110111

Color Harmonies of #7447CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7447CF

Black with #7447CF

Text Example


Text Example

White with #7447CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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