Html Css Color HEX #8BA5DC Portage

📋 copy color: '#8BA5DC'

red 139 ◦ green 165 ◦ blue 220

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

Shades of Portage #8BA5DC

Tints of Portage #8BA5DC

RGB

 RED value IS 139 (54.69% from 255) = 26.53%

 GREEN value IS 165 (64.84% from 255) = 31.49%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 26.53%
G = 31.49%
B = 41.98%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BA5DC (or 0x8BA5DC) is known color: Portage. HEX triplet: 8B, A5 and DC. RGB value is (139,165,220). Sum of RGB (Red+Green+Blue) = 139+165+220=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5DC is #745A23. Grayscale: #A3A3A3. Windows color (decimal): -7625252 or 14460299. OLE color: 14460299.

HSL color Cylindrical-coordinate representation of color #8BA5DC: hue angle of 220.74º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA5DC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 165 220 -
CMYK 0.37 0.25 0 0.14
HSL 220.74º 0.54% 0.7% -
HSV(B) 220.74º 0.37% 0.86% -
XYZ 37.02 37.57 73.01 -
YUV 163.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 139 165 220 0.37 0.25 0 0.14 220.74 0.54 0.7
Hex 8B A5 DC 25 19 0 E DD 36 46
Octal 213 245 334 45 31 0 16 335 66 106
Binary 10001011 10100101 11011100 100101 11001 0 1110 11011101 110110 1000110

Color Harmonies of #8BA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5DC

Black with #8BA5DC

Text Example


Text Example

White with #8BA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,220); }

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

background-color css

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

 a { background-color: rgb(139,165,220); }

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

border-color css

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

 span { border-color: rgb(139,165,220); }

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