Html Css Color HEX #8F9BCF Portage

📋 copy color: '#8F9BCF'

red 143 ◦ green 155 ◦ blue 207

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

Shades of Portage #8F9BCF

Tints of Portage #8F9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

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

R = 28.32%
G = 30.69%
B = 40.99%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9BCF (or 0x8F9BCF) is known color: Portage. HEX triplet: 8F, 9B and CF. RGB value is (143,155,207). Sum of RGB (Red+Green+Blue) = 143+155+207=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BCF is #706430. Grayscale: #9D9D9D. Windows color (decimal): -7365681 or 13605775. OLE color: 13605775.

HSL color Cylindrical-coordinate representation of color #8F9BCF: hue angle of 228.75º 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 #8F9BCF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 155 207 -
CMYK 0.31 0.25 0 0.19
HSL 228.75º 0.4% 0.69% -
HSV(B) 228.75º 0.31% 0.81% -
XYZ 34.31 33.79 63.74 -
YUV 157.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 143 155 207 0.31 0.25 0 0.19 228.75 0.4 0.69
Hex 8F 9B CF 1F 19 0 13 E5 28 45
Octal 217 233 317 37 31 0 23 345 50 105
Binary 10001111 10011011 11001111 11111 11001 0 10011 11100101 101000 1000101

Color Harmonies of #8F9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BCF

Black with #8F9BCF

Text Example


Text Example

White with #8F9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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