Html Css Color HEX #909FDD Portage

📋 copy color: '#909FDD'

red 144 ◦ green 159 ◦ blue 221

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

Shades of Portage #909FDD

Tints of Portage #909FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 27.48%
G = 30.34%
B = 42.18%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#909FDD (or 0x909FDD) is known color: Portage. HEX triplet: 90, 9F and DD. RGB value is (144,159,221). Sum of RGB (Red+Green+Blue) = 144+159+221=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #909FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FDD is #6F6022. Grayscale: #A1A1A1. Windows color (decimal): -7299107 or 14524304. OLE color: 14524304.

HSL color Cylindrical-coordinate representation of color #909FDD: hue angle of 228.31º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909FDD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 159 221 -
CMYK 0.35 0.28 0 0.13
HSL 228.31º 0.53% 0.72% -
HSV(B) 228.31º 0.35% 0.87% -
XYZ 36.95 35.95 73.4 -
YUV 161.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 144 159 221 0.35 0.28 0 0.13 228.31 0.53 0.72
Hex 90 9F DD 23 1C 0 D E4 35 48
Octal 220 237 335 43 34 0 15 344 65 110
Binary 10010000 10011111 11011101 100011 11100 0 1101 11100100 110101 1001000

Color Harmonies of #909FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FDD

Black with #909FDD

Text Example


Text Example

White with #909FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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