Html Css Color HEX #7467CC Slate Blue

📋 copy color: '#7467CC'

red 116 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #7467CC

Tints of Slate Blue #7467CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 27.42%
G = 24.35%
B = 48.23%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7467CC (or 0x7467CC) is known color: Slate Blue. HEX triplet: 74, 67 and CC. RGB value is (116,103,204). Sum of RGB (Red+Green+Blue) = 116+103+204=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7467CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467CC is #8B9833. Grayscale: #767676. Windows color (decimal): -9148468 or 13395828. OLE color: 13395828.

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

Color convert

RGB 116 103 204 -
CMYK 0.43 0.50 0 0.2
HSL 247.72º 0.5% 0.6% -
HSV(B) 247.72º 0.5% 0.8% -
XYZ 22.95 17.77 59.35 -
YUV 118.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 116 103 204 0.43 0.50 0 0.2 247.72 0.5 0.6
Hex 74 67 CC 2B 32 0 14 F8 32 3C
Octal 164 147 314 53 62 0 24 370 62 74
Binary 1110100 1100111 11001100 101011 110010 0 10100 11111000 110010 111100

Color Harmonies of #7467CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7467CC

Black with #7467CC

Text Example


Text Example

White with #7467CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,103,204); }

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

background-color css

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

 a { background-color: rgb(116,103,204); }

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

border-color css

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

 span { border-color: rgb(116,103,204); }

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