Html Css Color HEX #8F95FA Portage

📋 copy color: '#8F95FA'

red 143 ◦ green 149 ◦ blue 250

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

Shades of Portage #8F95FA

Tints of Portage #8F95FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 26.38%
G = 27.49%
B = 46.13%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F95FA (or 0x8F95FA) is known color: Portage. HEX triplet: 8F, 95 and FA. RGB value is (143,149,250). Sum of RGB (Red+Green+Blue) = 143+149+250=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F95FA is #706A05. Grayscale: #9E9E9E. Windows color (decimal): -7367174 or 16422287. OLE color: 16422287.

HSL color Cylindrical-coordinate representation of color #8F95FA: hue angle of 236.64º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F95FA is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 149 250 -
CMYK 0.43 0.40 0 0.02
HSL 236.64º 0.91% 0.77% -
HSV(B) 236.64º 0.43% 0.98% -
XYZ 39.33 34.24 94.98 -
YUV 158.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 143 149 250 0.43 0.40 0 0.02 236.64 0.91 0.77
Hex 8F 95 FA 2B 28 0 2 ED 5B 4D
Octal 217 225 372 53 50 0 2 355 133 115
Binary 10001111 10010101 11111010 101011 101000 0 10 11101101 1011011 1001101

Color Harmonies of #8F95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F95FA

Black with #8F95FA

Text Example


Text Example

White with #8F95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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