Html Css Color HEX #8F9CFD Portage

📋 copy color: '#8F9CFD'

red 143 ◦ green 156 ◦ blue 253

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

Shades of Portage #8F9CFD

Tints of Portage #8F9CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 25.91%
G = 28.26%
B = 45.83%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F9CFD (or 0x8F9CFD) is known color: Portage. HEX triplet: 8F, 9C and FD. RGB value is (143,156,253). Sum of RGB (Red+Green+Blue) = 143+156+253=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CFD is #706302. Grayscale: #A2A2A2. Windows color (decimal): -7365379 or 16620687. OLE color: 16620687.

HSL color Cylindrical-coordinate representation of color #8F9CFD: hue angle of 232.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9CFD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 156 253 -
CMYK 0.43 0.38 0 0.01
HSL 232.91º 0.96% 0.78% -
HSV(B) 232.91º 0.43% 0.99% -
XYZ 40.95 36.71 97.86 -
YUV 163.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 143 156 253 0.43 0.38 0 0.01 232.91 0.96 0.78
Hex 8F 9C FD 2B 26 0 1 E9 60 4E
Octal 217 234 375 53 46 0 1 351 140 116
Binary 10001111 10011100 11111101 101011 100110 0 1 11101001 1100000 1001110

Color Harmonies of #8F9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CFD

Black with #8F9CFD

Text Example


Text Example

White with #8F9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,253); }

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

background-color css

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

 a { background-color: rgb(143,156,253); }

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

border-color css

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

 span { border-color: rgb(143,156,253); }

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