Html Css Color HEX #8C94F6 Portage

📋 copy color: '#8C94F6'

red 140 ◦ green 148 ◦ blue 246

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

Shades of Portage #8C94F6

Tints of Portage #8C94F6

RGB

 RED value IS 140 (55.08% from 255) = 26.22%

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 26.22%
G = 27.72%
B = 46.07%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8C94F6 (or 0x8C94F6) is known color: Portage. HEX triplet: 8C, 94 and F6. RGB value is (140,148,246). Sum of RGB (Red+Green+Blue) = 140+148+246=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C94F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C94F6 is #736B09. Grayscale: #9C9C9C. Windows color (decimal): -7564042 or 16159884. OLE color: 16159884.

HSL color Cylindrical-coordinate representation of color #8C94F6: hue angle of 235.47º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C94F6 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 148 246 -
CMYK 0.43 0.40 0 0.04
HSL 235.47º 0.85% 0.76% -
HSV(B) 235.47º 0.43% 0.96% -
XYZ 38.04 33.41 91.63 -
YUV 156.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 140 148 246 0.43 0.40 0 0.04 235.47 0.85 0.76
Hex 8C 94 F6 2B 28 0 4 EB 55 4C
Octal 214 224 366 53 50 0 4 353 125 114
Binary 10001100 10010100 11110110 101011 101000 0 100 11101011 1010101 1001100

Color Harmonies of #8C94F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C94F6

Black with #8C94F6

Text Example


Text Example

White with #8C94F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C94F6; }

 p { color: rgb(140,148,246); }

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

background-color css

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

 a { background-color: rgb(140,148,246); }

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

border-color css

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

 span { border-color: rgb(140,148,246); }

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