Html Css Color HEX #7448CE Slate Blue

📋 copy color: '#7448CE'

red 116 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #7448CE

Tints of Slate Blue #7448CE

RGB

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

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

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

R = 29.44%
G = 18.27%
B = 52.28%

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

#7448CE (or 0x7448CE) is known color: Slate Blue. HEX triplet: 74, 48 and CE. RGB value is (116,72,206). Sum of RGB (Red+Green+Blue) = 116+72+206=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #7448CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CE is #8BB731. Grayscale: #636363. Windows color (decimal): -9156402 or 13518964. OLE color: 13518964.

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

Color convert

RGB 116 72 206 -
CMYK 0.44 0.65 0 0.19
HSL 259.7º 0.58% 0.55% -
HSV(B) 259.7º 0.65% 0.81% -
XYZ 20.66 12.8 59.78 -
YUV 100.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 116 72 206 0.44 0.65 0 0.19 259.7 0.58 0.55
Hex 74 48 CE 2C 41 0 13 104 3A 37
Octal 164 110 316 54 101 0 23 404 72 67
Binary 1110100 1001000 11001110 101100 1000001 0 10011 100000100 111010 110111

Color Harmonies of #7448CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448CE

Black with #7448CE

Text Example


Text Example

White with #7448CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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