Html Css Color HEX #7264DC Slate Blue

📋 copy color: '#7264DC'

red 114 ◦ green 100 ◦ blue 220

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

Shades of Slate Blue #7264DC

Tints of Slate Blue #7264DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 26.27%
G = 23.04%
B = 50.69%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7264DC (or 0x7264DC) is known color: Slate Blue. HEX triplet: 72, 64 and DC. RGB value is (114,100,220). Sum of RGB (Red+Green+Blue) = 114+100+220=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7264DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264DC is #8D9B23. Grayscale: #757575. Windows color (decimal): -9280292 or 14443634. OLE color: 14443634.

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

Color convert

RGB 114 100 220 -
CMYK 0.48 0.55 0 0.14
HSL 247º 0.63% 0.63% -
HSV(B) 247º 0.55% 0.86% -
XYZ 24.41 17.86 69.87 -
YUV 117.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 114 100 220 0.48 0.55 0 0.14 247 0.63 0.63
Hex 72 64 DC 30 37 0 E F7 3F 3F
Octal 162 144 334 60 67 0 16 367 77 77
Binary 1110010 1100100 11011100 110000 110111 0 1110 11110111 111111 111111

Color Harmonies of #7264DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264DC

Black with #7264DC

Text Example


Text Example

White with #7264DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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