Html Css Color HEX #7264CE Slate Blue

📋 copy color: '#7264CE'

red 114 ◦ green 100 ◦ blue 206

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

Shades of Slate Blue #7264CE

Tints of Slate Blue #7264CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 27.14%
G = 23.81%
B = 49.05%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7264CE (or 0x7264CE) is known color: Slate Blue. HEX triplet: 72, 64 and CE. RGB value is (114,100,206). Sum of RGB (Red+Green+Blue) = 114+100+206=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #7264CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264CE is #8D9B31. Grayscale: #737373. Windows color (decimal): -9280306 or 13526130. OLE color: 13526130.

HSL color Cylindrical-coordinate representation of color #7264CE: hue angle of 247.92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7264CE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 100 206 -
CMYK 0.45 0.51 0 0.19
HSL 247.92º 0.52% 0.6% -
HSV(B) 247.92º 0.51% 0.81% -
XYZ 22.64 17.15 60.51 -
YUV 116.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 114 100 206 0.45 0.51 0 0.19 247.92 0.52 0.6
Hex 72 64 CE 2D 33 0 13 F8 34 3C
Octal 162 144 316 55 63 0 23 370 64 74
Binary 1110010 1100100 11001110 101101 110011 0 10011 11111000 110100 111100

Color Harmonies of #7264CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264CE

Black with #7264CE

Text Example


Text Example

White with #7264CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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