Html Css Color HEX #8892CD Portage

📋 copy color: '#8892CD'

red 136 ◦ green 146 ◦ blue 205

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

Shades of Portage #8892CD

Tints of Portage #8892CD

RGB

 RED value IS 136 (53.52% from 255) = 27.93%

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 27.93%
G = 29.98%
B = 42.09%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8892CD (or 0x8892CD) is known color: Portage. HEX triplet: 88, 92 and CD. RGB value is (136,146,205). Sum of RGB (Red+Green+Blue) = 136+146+205=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #8892CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CD is #776D32. Grayscale: #959595. Windows color (decimal): -7826739 or 13472392. OLE color: 13472392.

HSL color Cylindrical-coordinate representation of color #8892CD: hue angle of 231.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8892CD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 146 205 -
CMYK 0.34 0.29 0 0.20
HSL 231.3º 0.41% 0.67% -
HSV(B) 231.3º 0.34% 0.8% -
XYZ 31.45 30.2 61.93 -
YUV 149.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 136 146 205 0.34 0.29 0 0.20 231.3 0.41 0.67
Hex 88 92 CD 22 1D 0 14 E7 29 43
Octal 210 222 315 42 35 0 24 347 51 103
Binary 10001000 10010010 11001101 100010 11101 0 10100 11100111 101001 1000011

Color Harmonies of #8892CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8892CD

Black with #8892CD

Text Example


Text Example

White with #8892CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8892CD; }

 p { color: rgb(136,146,205); }

 H1.HeaderClassName
 {
   color: #8892CD;
 }
 .AnyTagClassName
 {
   color: #8892CD;
 }
</style>

background-color css

<style>
 a { background-color: #8892CD; }

 a { background-color: rgb(136,146,205); }

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

border-color css

<style>
 span { border-color: #8892CD; }

 span { border-color: rgb(136,146,205); }

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