Html Css Color HEX #8F95F3 Portage

📋 copy color: '#8F95F3'

red 143 ◦ green 149 ◦ blue 243

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

Shades of Portage #8F95F3

Tints of Portage #8F95F3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.85%

 BLUE value IS 243 (95.31% from 255) = 45.42%

R = 26.73%
G = 27.85%
B = 45.42%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F95F3 (or 0x8F95F3) is known color: Portage. HEX triplet: 8F, 95 and F3. RGB value is (143,149,243). Sum of RGB (Red+Green+Blue) = 143+149+243=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F95F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F95F3 is #706A0C. Grayscale: #9D9D9D. Windows color (decimal): -7367181 or 15963535. OLE color: 15963535.

HSL color Cylindrical-coordinate representation of color #8F95F3: hue angle of 236.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F95F3 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 149 243 -
CMYK 0.41 0.39 0 0.05
HSL 236.4º 0.81% 0.76% -
HSV(B) 236.4º 0.41% 0.95% -
XYZ 38.25 33.81 89.3 -
YUV 157.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 143 149 243 0.41 0.39 0 0.05 236.4 0.81 0.76
Hex 8F 95 F3 29 27 0 5 EC 51 4C
Octal 217 225 363 51 47 0 5 354 121 114
Binary 10001111 10010101 11110011 101001 100111 0 101 11101100 1010001 1001100

Color Harmonies of #8F95F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F95F3

Black with #8F95F3

Text Example


Text Example

White with #8F95F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,243); }

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

background-color css

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

 a { background-color: rgb(143,149,243); }

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

border-color css

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

 span { border-color: rgb(143,149,243); }

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