Html Css Color HEX #7248CC Slate Blue

📋 copy color: '#7248CC'

red 114 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #7248CC

Tints of Slate Blue #7248CC

RGB

 RED value IS 114 (44.92% from 255) = 29.23%

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

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

R = 29.23%
G = 18.46%
B = 52.31%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7248CC (or 0x7248CC) is known color: Slate Blue. HEX triplet: 72, 48 and CC. RGB value is (114,72,204). Sum of RGB (Red+Green+Blue) = 114+72+204=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7248CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248CC is #8DB733. Grayscale: #636363. Windows color (decimal): -9287476 or 13387890. OLE color: 13387890.

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

Color convert

RGB 114 72 204 -
CMYK 0.44 0.65 0 0.2
HSL 259.09º 0.56% 0.54% -
HSV(B) 259.09º 0.65% 0.8% -
XYZ 20.16 12.57 58.49 -
YUV 99.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 114 72 204 0.44 0.65 0 0.2 259.09 0.56 0.54
Hex 72 48 CC 2C 41 0 14 103 38 36
Octal 162 110 314 54 101 0 24 403 70 66
Binary 1110010 1001000 11001100 101100 1000001 0 10100 100000011 111000 110110

Color Harmonies of #7248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248CC

Black with #7248CC

Text Example


Text Example

White with #7248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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