Html Css Color HEX #7448CC Slate Blue

📋 copy color: '#7448CC'

red 116 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #7448CC

Tints of Slate Blue #7448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 29.59%
G = 18.37%
B = 52.04%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7448CC (or 0x7448CC) is known color: Slate Blue. HEX triplet: 74, 48 and CC. RGB value is (116,72,204). Sum of RGB (Red+Green+Blue) = 116+72+204=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #7448CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CC is #8BB733. Grayscale: #636363. Windows color (decimal): -9156404 or 13387892. OLE color: 13387892.

HSL color Cylindrical-coordinate representation of color #7448CC: hue angle of 260º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7448CC is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 72 204 -
CMYK 0.43 0.65 0 0.2
HSL 260º 0.56% 0.54% -
HSV(B) 260º 0.65% 0.8% -
XYZ 20.42 12.71 58.5 -
YUV 100.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 116 72 204 0.43 0.65 0 0.2 260 0.56 0.54
Hex 74 48 CC 2B 41 0 14 104 38 36
Octal 164 110 314 53 101 0 24 404 70 66
Binary 1110100 1001000 11001100 101011 1000001 0 10100 100000100 111000 110110

Color Harmonies of #7448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448CC

Black with #7448CC

Text Example


Text Example

White with #7448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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