Html Css Color HEX #7248DD Slate Blue

📋 copy color: '#7248DD'

red 114 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #7248DD

Tints of Slate Blue #7248DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 28.01%
G = 17.69%
B = 54.3%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7248DD (or 0x7248DD) is known color: Slate Blue. HEX triplet: 72, 48 and DD. RGB value is (114,72,221). Sum of RGB (Red+Green+Blue) = 114+72+221=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #7248DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248DD is #8DB722. Grayscale: #646464. Windows color (decimal): -9287459 or 14502002. OLE color: 14502002.

HSL color Cylindrical-coordinate representation of color #7248DD: hue angle of 256.91º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7248DD is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 72 221 -
CMYK 0.48 0.67 0 0.13
HSL 256.91º 0.69% 0.57% -
HSV(B) 256.91º 0.67% 0.87% -
XYZ 22.31 13.43 69.82 -
YUV 101.54 195.41 136.88 -
System Red Green Blue C M Y K H S L
Decimal 114 72 221 0.48 0.67 0 0.13 256.91 0.69 0.57
Hex 72 48 DD 30 43 0 D 101 45 39
Octal 162 110 335 60 103 0 15 401 105 71
Binary 1110010 1001000 11011101 110000 1000011 0 1101 100000001 1000101 111001

Color Harmonies of #7248DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248DD

Black with #7248DD

Text Example


Text Example

White with #7248DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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