Html Css Color HEX #909BCC Portage

📋 copy color: '#909BCC'

red 144 ◦ green 155 ◦ blue 204

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

Shades of Portage #909BCC

Tints of Portage #909BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 28.63%
G = 30.82%
B = 40.56%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#909BCC (or 0x909BCC) is known color: Portage. HEX triplet: 90, 9B and CC. RGB value is (144,155,204). Sum of RGB (Red+Green+Blue) = 144+155+204=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #909BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCC is #6F6433. Grayscale: #9D9D9D. Windows color (decimal): -7300148 or 13409168. OLE color: 13409168.

HSL color Cylindrical-coordinate representation of color #909BCC: hue angle of 229º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909BCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 155 204 -
CMYK 0.29 0.24 0 0.2
HSL 229º 0.37% 0.68% -
HSV(B) 229º 0.29% 0.8% -
XYZ 34.12 33.73 61.84 -
YUV 157.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 144 155 204 0.29 0.24 0 0.2 229 0.37 0.68
Hex 90 9B CC 1D 18 0 14 E5 25 44
Octal 220 233 314 35 30 0 24 345 45 104
Binary 10010000 10011011 11001100 11101 11000 0 10100 11100101 100101 1000100

Color Harmonies of #909BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BCC

Black with #909BCC

Text Example


Text Example

White with #909BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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