Html Css Color HEX #947684 Strikemaster

📋 copy color: '#947684'

red 148 ◦ green 118 ◦ blue 132

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

Shades of Strikemaster #947684

Tints of Strikemaster #947684

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 118 (46.48% from 255) = 29.65%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 37.19%
G = 29.65%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947684 (or 0x947684) is known color: Strikemaster. HEX triplet: 94, 76 and 84. RGB value is (148,118,132). Sum of RGB (Red+Green+Blue) = 148+118+132=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947684 is #6B897B. Grayscale: #808080. Windows color (decimal): -7047548 or 8681108. OLE color: 8681108.

HSL color Cylindrical-coordinate representation of color #947684: hue angle of 332º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947684 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 132 -
CMYK 0 0.20 0.11 0.42
HSL 332º 0.12% 0.52% -
HSV(B) 332º 0.2% 0.58% -
XYZ 22.86 20.92 24.66 -
YUV 128.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 148 118 132 0 0.20 0.11 0.42 332 0.12 0.52
Hex 94 76 84 0 14 B 2A 14C C 34
Octal 224 166 204 0 24 13 52 514 14 64
Binary 10010100 1110110 10000100 0 10100 1011 101010 101001100 1100 110100

Color Harmonies of #947684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947684

Black with #947684

Text Example


Text Example

White with #947684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947684; }

 p { color: rgb(148,118,132); }

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

background-color css

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

 a { background-color: rgb(148,118,132); }

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

border-color css

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

 span { border-color: rgb(148,118,132); }

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