Html Css Color HEX #909CDD Portage

📋 copy color: '#909CDD'

red 144 ◦ green 156 ◦ blue 221

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

Shades of Portage #909CDD

Tints of Portage #909CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 27.64%
G = 29.94%
B = 42.42%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#909CDD (or 0x909CDD) is known color: Portage. HEX triplet: 90, 9C and DD. RGB value is (144,156,221). Sum of RGB (Red+Green+Blue) = 144+156+221=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #909CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDD is #6F6322. Grayscale: #9F9F9F. Windows color (decimal): -7299875 or 14523536. OLE color: 14523536.

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

Color convert

RGB 144 156 221 -
CMYK 0.35 0.29 0 0.13
HSL 230.65º 0.53% 0.72% -
HSV(B) 230.65º 0.35% 0.87% -
XYZ 36.44 34.93 73.23 -
YUV 159.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 144 156 221 0.35 0.29 0 0.13 230.65 0.53 0.72
Hex 90 9C DD 23 1D 0 D E7 35 48
Octal 220 234 335 43 35 0 15 347 65 110
Binary 10010000 10011100 11011101 100011 11101 0 1101 11100111 110101 1001000

Color Harmonies of #909CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CDD

Black with #909CDD

Text Example


Text Example

White with #909CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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