Html Css Color HEX #7464CE Slate Blue

📋 copy color: '#7464CE'

red 116 ◦ green 100 ◦ blue 206

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

Shades of Slate Blue #7464CE

Tints of Slate Blue #7464CE

RGB

 RED value IS 116 (45.7% from 255) = 27.49%

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

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

R = 27.49%
G = 23.7%
B = 48.82%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7464CE (or 0x7464CE) is known color: Slate Blue. HEX triplet: 74, 64 and CE. RGB value is (116,100,206). Sum of RGB (Red+Green+Blue) = 116+100+206=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7464CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464CE is #8B9B31. Grayscale: #747474. Windows color (decimal): -9149234 or 13526132. OLE color: 13526132.

HSL color Cylindrical-coordinate representation of color #7464CE: hue angle of 249.06º 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 #7464CE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 100 206 -
CMYK 0.44 0.51 0 0.19
HSL 249.06º 0.52% 0.6% -
HSV(B) 249.06º 0.51% 0.81% -
XYZ 22.9 17.28 60.52 -
YUV 116.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 116 100 206 0.44 0.51 0 0.19 249.06 0.52 0.6
Hex 74 64 CE 2C 33 0 13 F9 34 3C
Octal 164 144 316 54 63 0 23 371 64 74
Binary 1110100 1100100 11001110 101100 110011 0 10011 11111001 110100 111100

Color Harmonies of #7464CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464CE

Black with #7464CE

Text Example


Text Example

White with #7464CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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