Html Css Color HEX #909FDC Portage

📋 copy color: '#909FDC'

red 144 ◦ green 159 ◦ blue 220

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

Shades of Portage #909FDC

Tints of Portage #909FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 27.53%
G = 30.4%
B = 42.07%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#909FDC (or 0x909FDC) is known color: Portage. HEX triplet: 90, 9F and DC. RGB value is (144,159,220). Sum of RGB (Red+Green+Blue) = 144+159+220=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #909FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FDC is #6F6023. Grayscale: #A1A1A1. Windows color (decimal): -7299108 or 14458768. OLE color: 14458768.

HSL color Cylindrical-coordinate representation of color #909FDC: hue angle of 228.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909FDC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 159 220 -
CMYK 0.35 0.28 0 0.14
HSL 228.16º 0.52% 0.71% -
HSV(B) 228.16º 0.35% 0.86% -
XYZ 36.82 35.89 72.7 -
YUV 161.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 144 159 220 0.35 0.28 0 0.14 228.16 0.52 0.71
Hex 90 9F DC 23 1C 0 E E4 34 47
Octal 220 237 334 43 34 0 16 344 64 107
Binary 10010000 10011111 11011100 100011 11100 0 1110 11100100 110100 1000111

Color Harmonies of #909FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FDC

Black with #909FDC

Text Example


Text Example

White with #909FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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