Html Css Color HEX #8F9DFC Portage

📋 copy color: '#8F9DFC'

red 143 ◦ green 157 ◦ blue 252

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

Shades of Portage #8F9DFC

Tints of Portage #8F9DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 25.91%
G = 28.44%
B = 45.65%

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

#8F9DFC (or 0x8F9DFC) is known color: Portage. HEX triplet: 8F, 9D and FC. RGB value is (143,157,252). Sum of RGB (Red+Green+Blue) = 143+157+252=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFC is #706203. Grayscale: #A3A3A3. Windows color (decimal): -7365124 or 16555407. OLE color: 16555407.

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

Color convert

RGB 143 157 252 -
CMYK 0.43 0.38 0 0.01
HSL 232.29º 0.95% 0.77% -
HSV(B) 232.29º 0.43% 0.99% -
XYZ 40.96 36.98 97.08 -
YUV 163.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 143 157 252 0.43 0.38 0 0.01 232.29 0.95 0.77
Hex 8F 9D FC 2B 26 0 1 E8 5F 4D
Octal 217 235 374 53 46 0 1 350 137 115
Binary 10001111 10011101 11111100 101011 100110 0 1 11101000 1011111 1001101

Color Harmonies of #8F9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DFC

Black with #8F9DFC

Text Example


Text Example

White with #8F9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,252); }

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

background-color css

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

 a { background-color: rgb(143,157,252); }

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

border-color css

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

 span { border-color: rgb(143,157,252); }

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