Html Css Color HEX #909EDA Portage

📋 copy color: '#909EDA'

red 144 ◦ green 158 ◦ blue 218

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

Shades of Portage #909EDA

Tints of Portage #909EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 27.69%
G = 30.38%
B = 41.92%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#909EDA (or 0x909EDA) is known color: Portage. HEX triplet: 90, 9E and DA. RGB value is (144,158,218). Sum of RGB (Red+Green+Blue) = 144+158+218=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #909EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EDA is #6F6125. Grayscale: #A0A0A0. Windows color (decimal): -7299366 or 14327440. OLE color: 14327440.

HSL color Cylindrical-coordinate representation of color #909EDA: hue angle of 228.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909EDA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 158 218 -
CMYK 0.34 0.28 0 0.15
HSL 228.65º 0.5% 0.71% -
HSV(B) 228.65º 0.34% 0.85% -
XYZ 36.38 35.44 71.25 -
YUV 160.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 144 158 218 0.34 0.28 0 0.15 228.65 0.5 0.71
Hex 90 9E DA 22 1C 0 F E5 32 47
Octal 220 236 332 42 34 0 17 345 62 107
Binary 10010000 10011110 11011010 100010 11100 0 1111 11100101 110010 1000111

Color Harmonies of #909EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EDA

Black with #909EDA

Text Example


Text Example

White with #909EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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