Html Css Color HEX #7264CC Slate Blue

📋 copy color: '#7264CC'

red 114 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #7264CC

Tints of Slate Blue #7264CC

RGB

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

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

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

R = 27.27%
G = 23.92%
B = 48.8%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7264CC (or 0x7264CC) is known color: Slate Blue. HEX triplet: 72, 64 and CC. RGB value is (114,100,204). Sum of RGB (Red+Green+Blue) = 114+100+204=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7264CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264CC is #8D9B33. Grayscale: #737373. Windows color (decimal): -9280308 or 13395058. OLE color: 13395058.

HSL color Cylindrical-coordinate representation of color #7264CC: hue angle of 248.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7264CC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 100 204 -
CMYK 0.44 0.51 0 0.2
HSL 248.08º 0.5% 0.6% -
HSV(B) 248.08º 0.51% 0.8% -
XYZ 22.4 17.05 59.24 -
YUV 116.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 114 100 204 0.44 0.51 0 0.2 248.08 0.5 0.6
Hex 72 64 CC 2C 33 0 14 F8 32 3C
Octal 162 144 314 54 63 0 24 370 62 74
Binary 1110010 1100100 11001100 101100 110011 0 10100 11111000 110010 111100

Color Harmonies of #7264CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264CC

Black with #7264CC

Text Example


Text Example

White with #7264CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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