Html Css Color HEX #8F92DF Portage

📋 copy color: '#8F92DF'

red 143 ◦ green 146 ◦ blue 223

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

Shades of Portage #8F92DF

Tints of Portage #8F92DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.52%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 27.93%
G = 28.52%
B = 43.55%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F92DF (or 0x8F92DF) is known color: Portage. HEX triplet: 8F, 92 and DF. RGB value is (143,146,223). Sum of RGB (Red+Green+Blue) = 143+146+223=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F92DF is #706D20. Grayscale: #999999. Windows color (decimal): -7367969 or 14652047. OLE color: 14652047.

HSL color Cylindrical-coordinate representation of color #8F92DF: hue angle of 237.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F92DF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 146 223 -
CMYK 0.36 0.35 0 0.13
HSL 237.75º 0.56% 0.72% -
HSV(B) 237.75º 0.36% 0.87% -
XYZ 34.93 31.73 74.09 -
YUV 153.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 143 146 223 0.36 0.35 0 0.13 237.75 0.56 0.72
Hex 8F 92 DF 24 23 0 D EE 38 48
Octal 217 222 337 44 43 0 15 356 70 110
Binary 10001111 10010010 11011111 100100 100011 0 1101 11101110 111000 1001000

Color Harmonies of #8F92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F92DF

Black with #8F92DF

Text Example


Text Example

White with #8F92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,146,223); }

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

background-color css

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

 a { background-color: rgb(143,146,223); }

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

border-color css

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

 span { border-color: rgb(143,146,223); }

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