Html Css Color HEX #909DF0 Portage

📋 copy color: '#909DF0'

red 144 ◦ green 157 ◦ blue 240

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

Shades of Portage #909DF0

Tints of Portage #909DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 26.62%
G = 29.02%
B = 44.36%

CMYK

 C value IS 0.4

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#909DF0 (or 0x909DF0) is known color: Portage. HEX triplet: 90, 9D and F0. RGB value is (144,157,240). Sum of RGB (Red+Green+Blue) = 144+157+240=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #909DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DF0 is #6F620F. Grayscale: #A2A2A2. Windows color (decimal): -7299600 or 15768976. OLE color: 15768976.

HSL color Cylindrical-coordinate representation of color #909DF0: hue angle of 231.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909DF0 is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 157 240 -
CMYK 0.4 0.35 0 0.06
HSL 231.88º 0.76% 0.75% -
HSV(B) 231.88º 0.4% 0.94% -
XYZ 39.29 36.33 87.38 -
YUV 162.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 144 157 240 0.4 0.35 0 0.06 231.88 0.76 0.75
Hex 90 9D F0 28 23 0 6 E8 4C 4B
Octal 220 235 360 50 43 0 6 350 114 113
Binary 10010000 10011101 11110000 101000 100011 0 110 11101000 1001100 1001011

Color Harmonies of #909DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DF0

Black with #909DF0

Text Example


Text Example

White with #909DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,157,240); }

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

background-color css

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

 a { background-color: rgb(144,157,240); }

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

border-color css

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

 span { border-color: rgb(144,157,240); }

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