Html Css Color HEX #9BA6E0 Portage

📋 copy color: '#9BA6E0'

red 155 ◦ green 166 ◦ blue 224

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

Shades of Portage #9BA6E0

Tints of Portage #9BA6E0

RGB

 RED value IS 155 (60.94% from 255) = 28.44%

 GREEN value IS 166 (65.23% from 255) = 30.46%

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 28.44%
G = 30.46%
B = 41.1%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BA6E0 (or 0x9BA6E0) is known color: Portage. HEX triplet: 9B, A6 and E0. RGB value is (155,166,224). Sum of RGB (Red+Green+Blue) = 155+166+224=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BA6E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6E0 is #64591F. Grayscale: #A9A9A9. Windows color (decimal): -6576416 or 14722715. OLE color: 14722715.

HSL color Cylindrical-coordinate representation of color #9BA6E0: hue angle of 230.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA6E0 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 166 224 -
CMYK 0.31 0.26 0 0.12
HSL 230.43º 0.53% 0.74% -
HSV(B) 230.43º 0.31% 0.88% -
XYZ 40.61 39.62 76.03 -
YUV 169.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 155 166 224 0.31 0.26 0 0.12 230.43 0.53 0.74
Hex 9B A6 E0 1F 1A 0 C E6 35 4A
Octal 233 246 340 37 32 0 14 346 65 112
Binary 10011011 10100110 11100000 11111 11010 0 1100 11100110 110101 1001010

Color Harmonies of #9BA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6E0

Black with #9BA6E0

Text Example


Text Example

White with #9BA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA6E0; }

 p { color: rgb(155,166,224); }

 H1.HeaderClassName
 {
   color: #9BA6E0;
 }
 .AnyTagClassName
 {
   color: #9BA6E0;
 }
</style>

background-color css

<style>
 a { background-color: #9BA6E0; }

 a { background-color: rgb(155,166,224); }

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

border-color css

<style>
 span { border-color: #9BA6E0; }

 span { border-color: rgb(155,166,224); }

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