Html Css Color HEX #91A7F2 Portage

📋 copy color: '#91A7F2'

red 145 ◦ green 167 ◦ blue 242

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

Shades of Portage #91A7F2

Tints of Portage #91A7F2

RGB

 RED value IS 145 (57.03% from 255) = 26.17%

 GREEN value IS 167 (65.63% from 255) = 30.14%

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 26.17%
G = 30.14%
B = 43.68%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91A7F2 (or 0x91A7F2) is known color: Portage. HEX triplet: 91, A7 and F2. RGB value is (145,167,242). Sum of RGB (Red+Green+Blue) = 145+167+242=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #91A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A7F2 is #6E580D. Grayscale: #A8A8A8. Windows color (decimal): -7231502 or 15902609. OLE color: 15902609.

HSL color Cylindrical-coordinate representation of color #91A7F2: hue angle of 226.39º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91A7F2 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 167 242 -
CMYK 0.40 0.31 0 0.05
HSL 226.39º 0.79% 0.76% -
HSV(B) 226.39º 0.4% 0.95% -
XYZ 41.52 40.07 89.55 -
YUV 168.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 145 167 242 0.40 0.31 0 0.05 226.39 0.79 0.76
Hex 91 A7 F2 28 1F 0 5 E2 4F 4C
Octal 221 247 362 50 37 0 5 342 117 114
Binary 10010001 10100111 11110010 101000 11111 0 101 11100010 1001111 1001100

Color Harmonies of #91A7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A7F2

Black with #91A7F2

Text Example


Text Example

White with #91A7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91A7F2; }

 p { color: rgb(145,167,242); }

 H1.HeaderClassName
 {
   color: #91A7F2;
 }
 .AnyTagClassName
 {
   color: #91A7F2;
 }
</style>

background-color css

<style>
 a { background-color: #91A7F2; }

 a { background-color: rgb(145,167,242); }

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

border-color css

<style>
 span { border-color: #91A7F2; }

 span { border-color: rgb(145,167,242); }

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