Html Css Color HEX #909BCD Portage

📋 copy color: '#909BCD'

red 144 ◦ green 155 ◦ blue 205

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

Shades of Portage #909BCD

Tints of Portage #909BCD

RGB

 RED value IS 144 (56.64% from 255) = 28.57%

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 28.57%
G = 30.75%
B = 40.67%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#909BCD (or 0x909BCD) is known color: Portage. HEX triplet: 90, 9B and CD. RGB value is (144,155,205). Sum of RGB (Red+Green+Blue) = 144+155+205=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #909BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCD is #6F6432. Grayscale: #9D9D9D. Windows color (decimal): -7300147 or 13474704. OLE color: 13474704.

HSL color Cylindrical-coordinate representation of color #909BCD: hue angle of 229.18º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909BCD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 155 205 -
CMYK 0.30 0.24 0 0.20
HSL 229.18º 0.38% 0.68% -
HSV(B) 229.18º 0.3% 0.8% -
XYZ 34.24 33.78 62.47 -
YUV 157.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 144 155 205 0.30 0.24 0 0.20 229.18 0.38 0.68
Hex 90 9B CD 1E 18 0 14 E5 26 44
Octal 220 233 315 36 30 0 24 345 46 104
Binary 10010000 10011011 11001101 11110 11000 0 10100 11100101 100110 1000100

Color Harmonies of #909BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BCD

Black with #909BCD

Text Example


Text Example

White with #909BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909BCD; }

 p { color: rgb(144,155,205); }

 H1.HeaderClassName
 {
   color: #909BCD;
 }
 .AnyTagClassName
 {
   color: #909BCD;
 }
</style>

background-color css

<style>
 a { background-color: #909BCD; }

 a { background-color: rgb(144,155,205); }

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

border-color css

<style>
 span { border-color: #909BCD; }

 span { border-color: rgb(144,155,205); }

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