Html Css Color HEX #909DCC Portage

📋 copy color: '#909DCC'

red 144 ◦ green 157 ◦ blue 204

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

Shades of Portage #909DCC

Tints of Portage #909DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 28.51%
G = 31.09%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#909DCC (or 0x909DCC) is known color: Portage. HEX triplet: 90, 9D and CC. RGB value is (144,157,204). Sum of RGB (Red+Green+Blue) = 144+157+204=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #909DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DCC is #6F6233. Grayscale: #9E9E9E. Windows color (decimal): -7299636 or 13409680. OLE color: 13409680.

HSL color Cylindrical-coordinate representation of color #909DCC: hue angle of 227º 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 #909DCC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 157 204 -
CMYK 0.29 0.23 0 0.2
HSL 227º 0.37% 0.68% -
HSV(B) 227º 0.29% 0.8% -
XYZ 34.46 34.4 61.95 -
YUV 158.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 144 157 204 0.29 0.23 0 0.2 227 0.37 0.68
Hex 90 9D CC 1D 17 0 14 E3 25 44
Octal 220 235 314 35 27 0 24 343 45 104
Binary 10010000 10011101 11001100 11101 10111 0 10100 11100011 100101 1000100

Color Harmonies of #909DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DCC

Black with #909DCC

Text Example


Text Example

White with #909DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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