Html Css Color HEX #8992DF Portage

📋 copy color: '#8992DF'

red 137 ◦ green 146 ◦ blue 223

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

Shades of Portage #8992DF

Tints of Portage #8992DF

RGB

 RED value IS 137 (53.91% from 255) = 27.08%

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

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

R = 27.08%
G = 28.85%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8992DF (or 0x8992DF) is known color: Portage. HEX triplet: 89, 92 and DF. RGB value is (137,146,223). Sum of RGB (Red+Green+Blue) = 137+146+223=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8992DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DF is #766D20. Grayscale: #979797. Windows color (decimal): -7761185 or 14652041. OLE color: 14652041.

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

Color convert

RGB 137 146 223 -
CMYK 0.39 0.35 0 0.13
HSL 233.72º 0.57% 0.71% -
HSV(B) 233.72º 0.39% 0.87% -
XYZ 33.91 31.2 74.05 -
YUV 152.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 137 146 223 0.39 0.35 0 0.13 233.72 0.57 0.71
Hex 89 92 DF 27 23 0 D EA 39 47
Octal 211 222 337 47 43 0 15 352 71 107
Binary 10001001 10010010 11011111 100111 100011 0 1101 11101010 111001 1000111

Color Harmonies of #8992DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992DF

Black with #8992DF

Text Example


Text Example

White with #8992DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8992DF; }

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

 H1.HeaderClassName
 {
   color: #8992DF;
 }
 .AnyTagClassName
 {
   color: #8992DF;
 }
</style>

background-color css

<style>
 a { background-color: #8992DF; }

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

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

border-color css

<style>
 span { border-color: #8992DF; }

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

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