Html Css Color HEX #9BA2DC Portage

📋 copy color: '#9BA2DC'

red 155 ◦ green 162 ◦ blue 220

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

Shades of Portage #9BA2DC

Tints of Portage #9BA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 28.86%
G = 30.17%
B = 40.97%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BA2DC (or 0x9BA2DC) is known color: Portage. HEX triplet: 9B, A2 and DC. RGB value is (155,162,220). Sum of RGB (Red+Green+Blue) = 155+162+220=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2DC is #645D23. Grayscale: #A6A6A6. Windows color (decimal): -6577444 or 14459547. OLE color: 14459547.

HSL color Cylindrical-coordinate representation of color #9BA2DC: hue angle of 233.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA2DC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 162 220 -
CMYK 0.30 0.26 0 0.14
HSL 233.54º 0.48% 0.74% -
HSV(B) 233.54º 0.3% 0.86% -
XYZ 39.36 37.98 72.97 -
YUV 166.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 155 162 220 0.30 0.26 0 0.14 233.54 0.48 0.74
Hex 9B A2 DC 1E 1A 0 E EA 30 4A
Octal 233 242 334 36 32 0 16 352 60 112
Binary 10011011 10100010 11011100 11110 11010 0 1110 11101010 110000 1001010

Color Harmonies of #9BA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA2DC

Black with #9BA2DC

Text Example


Text Example

White with #9BA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,162,220); }

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

background-color css

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

 a { background-color: rgb(155,162,220); }

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

border-color css

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

 span { border-color: rgb(155,162,220); }

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