Html Css Color HEX #7464C2 Slate Blue

📋 copy color: '#7464C2'

red 116 ◦ green 100 ◦ blue 194

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

Shades of Slate Blue #7464C2

Tints of Slate Blue #7464C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.32%

R = 28.29%
G = 24.39%
B = 47.32%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7464C2 (or 0x7464C2) is known color: Slate Blue. HEX triplet: 74, 64 and C2. RGB value is (116,100,194). Sum of RGB (Red+Green+Blue) = 116+100+194=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #7464C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464C2 is #8B9B3D. Grayscale: #737373. Windows color (decimal): -9149246 or 12739700. OLE color: 12739700.

HSL color Cylindrical-coordinate representation of color #7464C2: hue angle of 250.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7464C2 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 100 194 -
CMYK 0.40 0.48 0 0.24
HSL 250.21º 0.44% 0.58% -
HSV(B) 250.21º 0.48% 0.76% -
XYZ 21.5 16.72 53.13 -
YUV 115.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 116 100 194 0.40 0.48 0 0.24 250.21 0.44 0.58
Hex 74 64 C2 28 30 0 18 FA 2C 3A
Octal 164 144 302 50 60 0 30 372 54 72
Binary 1110100 1100100 11000010 101000 110000 0 11000 11111010 101100 111010

Color Harmonies of #7464C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464C2

Black with #7464C2

Text Example


Text Example

White with #7464C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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