Html Css Color HEX #909FCC Portage

📋 copy color: '#909FCC'

red 144 ◦ green 159 ◦ blue 204

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

Shades of Portage #909FCC

Tints of Portage #909FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 28.4%
G = 31.36%
B = 40.24%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#909FCC (or 0x909FCC) is known color: Portage. HEX triplet: 90, 9F and CC. RGB value is (144,159,204). Sum of RGB (Red+Green+Blue) = 144+159+204=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #909FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FCC is #6F6033. Grayscale: #9F9F9F. Windows color (decimal): -7299124 or 13410192. OLE color: 13410192.

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

Color convert

RGB 144 159 204 -
CMYK 0.29 0.22 0 0.2
HSL 225º 0.37% 0.68% -
HSV(B) 225º 0.29% 0.8% -
XYZ 34.8 35.09 62.06 -
YUV 159.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 144 159 204 0.29 0.22 0 0.2 225 0.37 0.68
Hex 90 9F CC 1D 16 0 14 E1 25 44
Octal 220 237 314 35 26 0 24 341 45 104
Binary 10010000 10011111 11001100 11101 10110 0 10100 11100001 100101 1000100

Color Harmonies of #909FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FCC

Black with #909FCC

Text Example


Text Example

White with #909FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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