Html Css Color HEX #9BA6DE Portage

📋 copy color: '#9BA6DE'

red 155 ◦ green 166 ◦ blue 222

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

Shades of Portage #9BA6DE

Tints of Portage #9BA6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 28.55%
G = 30.57%
B = 40.88%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BA6DE (or 0x9BA6DE) is known color: Portage. HEX triplet: 9B, A6 and DE. RGB value is (155,166,222). Sum of RGB (Red+Green+Blue) = 155+166+222=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6DE is #645921. Grayscale: #A8A8A8. Windows color (decimal): -6576418 or 14591643. OLE color: 14591643.

HSL color Cylindrical-coordinate representation of color #9BA6DE: hue angle of 230.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA6DE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 166 222 -
CMYK 0.30 0.25 0 0.13
HSL 230.15º 0.5% 0.74% -
HSV(B) 230.15º 0.3% 0.87% -
XYZ 40.34 39.51 74.61 -
YUV 169.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 155 166 222 0.30 0.25 0 0.13 230.15 0.5 0.74
Hex 9B A6 DE 1E 19 0 D E6 32 4A
Octal 233 246 336 36 31 0 15 346 62 112
Binary 10011011 10100110 11011110 11110 11001 0 1101 11100110 110010 1001010

Color Harmonies of #9BA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6DE

Black with #9BA6DE

Text Example


Text Example

White with #9BA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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