Html Css Color HEX #9BA5DD Portage

📋 copy color: '#9BA5DD'

red 155 ◦ green 165 ◦ blue 221

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

Shades of Portage #9BA5DD

Tints of Portage #9BA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 28.65%
G = 30.5%
B = 40.85%

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

#9BA5DD (or 0x9BA5DD) is known color: Portage. HEX triplet: 9B, A5 and DD. RGB value is (155,165,221). Sum of RGB (Red+Green+Blue) = 155+165+221=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DD is #645A22. Grayscale: #A8A8A8. Windows color (decimal): -6576675 or 14525851. OLE color: 14525851.

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

Color convert

RGB 155 165 221 -
CMYK 0.30 0.25 0 0.13
HSL 230.91º 0.49% 0.74% -
HSV(B) 230.91º 0.3% 0.87% -
XYZ 40.02 39.1 73.84 -
YUV 168.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 155 165 221 0.30 0.25 0 0.13 230.91 0.49 0.74
Hex 9B A5 DD 1E 19 0 D E7 31 4A
Octal 233 245 335 36 31 0 15 347 61 112
Binary 10011011 10100101 11011101 11110 11001 0 1101 11100111 110001 1001010

Color Harmonies of #9BA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5DD

Black with #9BA5DD

Text Example


Text Example

White with #9BA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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