Html Css Color HEX #8F94CF Portage

📋 copy color: '#8F94CF'

red 143 ◦ green 148 ◦ blue 207

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

Shades of Portage #8F94CF

Tints of Portage #8F94CF

RGB

 RED value IS 143 (56.25% from 255) = 28.71%

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 28.71%
G = 29.72%
B = 41.57%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F94CF (or 0x8F94CF) is known color: Portage. HEX triplet: 8F, 94 and CF. RGB value is (143,148,207). Sum of RGB (Red+Green+Blue) = 143+148+207=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94CF is #706B30. Grayscale: #989898. Windows color (decimal): -7367473 or 13603983. OLE color: 13603983.

HSL color Cylindrical-coordinate representation of color #8F94CF: hue angle of 235.31º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F94CF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 148 207 -
CMYK 0.31 0.29 0 0.19
HSL 235.31º 0.4% 0.69% -
HSV(B) 235.31º 0.31% 0.81% -
XYZ 33.18 31.52 63.37 -
YUV 153.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 143 148 207 0.31 0.29 0 0.19 235.31 0.4 0.69
Hex 8F 94 CF 1F 1D 0 13 EB 28 45
Octal 217 224 317 37 35 0 23 353 50 105
Binary 10001111 10010100 11001111 11111 11101 0 10011 11101011 101000 1000101

Color Harmonies of #8F94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94CF

Black with #8F94CF

Text Example


Text Example

White with #8F94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,207); }

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

background-color css

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

 a { background-color: rgb(143,148,207); }

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

border-color css

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

 span { border-color: rgb(143,148,207); }

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