Html Css Color HEX #909AD2 Portage

📋 copy color: '#909AD2'

red 144 ◦ green 154 ◦ blue 210

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

Shades of Portage #909AD2

Tints of Portage #909AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 28.35%
G = 30.31%
B = 41.34%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#909AD2 (or 0x909AD2) is known color: Portage. HEX triplet: 90, 9A and D2. RGB value is (144,154,210). Sum of RGB (Red+Green+Blue) = 144+154+210=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #909AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909AD2 is #6F652D. Grayscale: #9D9D9D. Windows color (decimal): -7300398 or 13802128. OLE color: 13802128.

HSL color Cylindrical-coordinate representation of color #909AD2: hue angle of 230.91º 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 #909AD2 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 154 210 -
CMYK 0.31 0.27 0 0.18
HSL 230.91º 0.42% 0.69% -
HSV(B) 230.91º 0.31% 0.82% -
XYZ 34.69 33.69 65.65 -
YUV 157.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 144 154 210 0.31 0.27 0 0.18 230.91 0.42 0.69
Hex 90 9A D2 1F 1B 0 12 E7 2A 45
Octal 220 232 322 37 33 0 22 347 52 105
Binary 10010000 10011010 11010010 11111 11011 0 10010 11100111 101010 1000101

Color Harmonies of #909AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909AD2

Black with #909AD2

Text Example


Text Example

White with #909AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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