Html Css Color HEX #909ED2 Portage

📋 copy color: '#909ED2'

red 144 ◦ green 158 ◦ blue 210

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

Shades of Portage #909ED2

Tints of Portage #909ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 28.13%
G = 30.86%
B = 41.02%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#909ED2 (or 0x909ED2) is known color: Portage. HEX triplet: 90, 9E and D2. RGB value is (144,158,210). Sum of RGB (Red+Green+Blue) = 144+158+210=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #909ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ED2 is #6F612D. Grayscale: #9F9F9F. Windows color (decimal): -7299374 or 13803152. OLE color: 13803152.

HSL color Cylindrical-coordinate representation of color #909ED2: hue angle of 227.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #909ED2 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 158 210 -
CMYK 0.31 0.25 0 0.18
HSL 227.27º 0.42% 0.69% -
HSV(B) 227.27º 0.31% 0.82% -
XYZ 35.36 35.04 65.87 -
YUV 159.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 144 158 210 0.31 0.25 0 0.18 227.27 0.42 0.69
Hex 90 9E D2 1F 19 0 12 E3 2A 45
Octal 220 236 322 37 31 0 22 343 52 105
Binary 10010000 10011110 11010010 11111 11001 0 10010 11100011 101010 1000101

Color Harmonies of #909ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909ED2

Black with #909ED2

Text Example


Text Example

White with #909ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,158,210); }

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

background-color css

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

 a { background-color: rgb(144,158,210); }

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

border-color css

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

 span { border-color: rgb(144,158,210); }

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