Html Css Color HEX #9BA4E0 Portage

📋 copy color: '#9BA4E0'

red 155 ◦ green 164 ◦ blue 224

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

Shades of Portage #9BA4E0

Tints of Portage #9BA4E0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 28.55%
G = 30.2%
B = 41.25%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BA4E0 (or 0x9BA4E0) is known color: Portage. HEX triplet: 9B, A4 and E0. RGB value is (155,164,224). Sum of RGB (Red+Green+Blue) = 155+164+224=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BA4E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4E0 is #645B1F. Grayscale: #A7A7A7. Windows color (decimal): -6576928 or 14722203. OLE color: 14722203.

HSL color Cylindrical-coordinate representation of color #9BA4E0: hue angle of 232.17º 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 #9BA4E0 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 164 224 -
CMYK 0.31 0.27 0 0.12
HSL 232.17º 0.53% 0.74% -
HSV(B) 232.17º 0.31% 0.88% -
XYZ 40.25 38.9 75.91 -
YUV 168.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 155 164 224 0.31 0.27 0 0.12 232.17 0.53 0.74
Hex 9B A4 E0 1F 1B 0 C E8 35 4A
Octal 233 244 340 37 33 0 14 350 65 112
Binary 10011011 10100100 11100000 11111 11011 0 1100 11101000 110101 1001010

Color Harmonies of #9BA4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4E0

Black with #9BA4E0

Text Example


Text Example

White with #9BA4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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