Html Css Color HEX #7254DC Slate Blue

📋 copy color: '#7254DC'

red 114 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #7254DC

Tints of Slate Blue #7254DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 27.27%
G = 20.1%
B = 52.63%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7254DC (or 0x7254DC) is known color: Slate Blue. HEX triplet: 72, 54 and DC. RGB value is (114,84,220). Sum of RGB (Red+Green+Blue) = 114+84+220=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7254DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254DC is #8DAB23. Grayscale: #6B6B6B. Windows color (decimal): -9284388 or 14439538. OLE color: 14439538.

HSL color Cylindrical-coordinate representation of color #7254DC: hue angle of 253.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7254DC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 84 220 -
CMYK 0.48 0.62 0 0.14
HSL 253.24º 0.66% 0.6% -
HSV(B) 253.24º 0.62% 0.86% -
XYZ 23.03 15.09 69.41 -
YUV 108.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 114 84 220 0.48 0.62 0 0.14 253.24 0.66 0.6
Hex 72 54 DC 30 3E 0 E FD 42 3C
Octal 162 124 334 60 76 0 16 375 102 74
Binary 1110010 1010100 11011100 110000 111110 0 1110 11111101 1000010 111100

Color Harmonies of #7254DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254DC

Black with #7254DC

Text Example


Text Example

White with #7254DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7254DC; }

 p { color: rgb(114,84,220); }

 H1.HeaderClassName
 {
   color: #7254DC;
 }
 .AnyTagClassName
 {
   color: #7254DC;
 }
</style>

background-color css

<style>
 a { background-color: #7254DC; }

 a { background-color: rgb(114,84,220); }

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

border-color css

<style>
 span { border-color: #7254DC; }

 span { border-color: rgb(114,84,220); }

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