Html Css Color HEX #8F92DD Portage

📋 copy color: '#8F92DD'

red 143 ◦ green 146 ◦ blue 221

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

Shades of Portage #8F92DD

Tints of Portage #8F92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 28.04%
G = 28.63%
B = 43.33%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F92DD (or 0x8F92DD) is known color: Portage. HEX triplet: 8F, 92 and DD. RGB value is (143,146,221). Sum of RGB (Red+Green+Blue) = 143+146+221=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F92DD is #706D22. Grayscale: #999999. Windows color (decimal): -7367971 or 14520975. OLE color: 14520975.

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

Color convert

RGB 143 146 221 -
CMYK 0.35 0.34 0 0.13
HSL 237.69º 0.53% 0.71% -
HSV(B) 237.69º 0.35% 0.87% -
XYZ 34.66 31.62 72.68 -
YUV 153.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 143 146 221 0.35 0.34 0 0.13 237.69 0.53 0.71
Hex 8F 92 DD 23 22 0 D EE 35 47
Octal 217 222 335 43 42 0 15 356 65 107
Binary 10001111 10010010 11011101 100011 100010 0 1101 11101110 110101 1000111

Color Harmonies of #8F92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F92DD

Black with #8F92DD

Text Example


Text Example

White with #8F92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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