Html Css Color HEX #909FCA Portage

📋 copy color: '#909FCA'

red 144 ◦ green 159 ◦ blue 202

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

Shades of Portage #909FCA

Tints of Portage #909FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 28.51%
G = 31.49%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#909FCA (or 0x909FCA) is known color: Portage. HEX triplet: 90, 9F and CA. RGB value is (144,159,202). Sum of RGB (Red+Green+Blue) = 144+159+202=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #909FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FCA is #6F6035. Grayscale: #9F9F9F. Windows color (decimal): -7299126 or 13279120. OLE color: 13279120.

HSL color Cylindrical-coordinate representation of color #909FCA: hue angle of 224.48º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909FCA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 159 202 -
CMYK 0.29 0.21 0 0.21
HSL 224.48º 0.35% 0.68% -
HSV(B) 224.48º 0.29% 0.79% -
XYZ 34.56 34.99 60.81 -
YUV 159.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 144 159 202 0.29 0.21 0 0.21 224.48 0.35 0.68
Hex 90 9F CA 1D 15 0 15 E0 23 44
Octal 220 237 312 35 25 0 25 340 43 104
Binary 10010000 10011111 11001010 11101 10101 0 10101 11100000 100011 1000100

Color Harmonies of #909FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FCA

Black with #909FCA

Text Example


Text Example

White with #909FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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