Html Css Color HEX #9BA5DC Portage

📋 copy color: '#9BA5DC'

red 155 ◦ green 165 ◦ blue 220

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

Shades of Portage #9BA5DC

Tints of Portage #9BA5DC

RGB

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

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

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

R = 28.7%
G = 30.56%
B = 40.74%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BA5DC (or 0x9BA5DC) is known color: Portage. HEX triplet: 9B, A5 and DC. RGB value is (155,165,220). Sum of RGB (Red+Green+Blue) = 155+165+220=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DC is #645A23. Grayscale: #A8A8A8. Windows color (decimal): -6576676 or 14460315. OLE color: 14460315.

HSL color Cylindrical-coordinate representation of color #9BA5DC: hue angle of 230.77º 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 #9BA5DC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 165 220 -
CMYK 0.30 0.25 0 0.14
HSL 230.77º 0.48% 0.74% -
HSV(B) 230.77º 0.3% 0.86% -
XYZ 39.89 39.05 73.14 -
YUV 168.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 155 165 220 0.30 0.25 0 0.14 230.77 0.48 0.74
Hex 9B A5 DC 1E 19 0 E E7 30 4A
Octal 233 245 334 36 31 0 16 347 60 112
Binary 10011011 10100101 11011100 11110 11001 0 1110 11100111 110000 1001010

Color Harmonies of #9BA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5DC

Black with #9BA5DC

Text Example


Text Example

White with #9BA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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