Html Css Color HEX #97A1EA Portage

📋 copy color: '#97A1EA'

red 151 ◦ green 161 ◦ blue 234

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

Shades of Portage #97A1EA

Tints of Portage #97A1EA

RGB

 RED value IS 151 (59.38% from 255) = 27.66%

 GREEN value IS 161 (63.28% from 255) = 29.49%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 27.66%
G = 29.49%
B = 42.86%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97A1EA (or 0x97A1EA) is known color: Portage. HEX triplet: 97, A1 and EA. RGB value is (151,161,234). Sum of RGB (Red+Green+Blue) = 151+161+234=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #97A1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A1EA is #685E15. Grayscale: #A6A6A6. Windows color (decimal): -6839830 or 15376791. OLE color: 15376791.

HSL color Cylindrical-coordinate representation of color #97A1EA: hue angle of 232.77º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97A1EA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 161 234 -
CMYK 0.35 0.31 0 0.08
HSL 232.77º 0.66% 0.75% -
HSV(B) 232.77º 0.35% 0.92% -
XYZ 40.36 38.01 83.05 -
YUV 166.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 151 161 234 0.35 0.31 0 0.08 232.77 0.66 0.75
Hex 97 A1 EA 23 1F 0 8 E9 42 4B
Octal 227 241 352 43 37 0 10 351 102 113
Binary 10010111 10100001 11101010 100011 11111 0 1000 11101001 1000010 1001011

Color Harmonies of #97A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A1EA

Black with #97A1EA

Text Example


Text Example

White with #97A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A1EA; }

 p { color: rgb(151,161,234); }

 H1.HeaderClassName
 {
   color: #97A1EA;
 }
 .AnyTagClassName
 {
   color: #97A1EA;
 }
</style>

background-color css

<style>
 a { background-color: #97A1EA; }

 a { background-color: rgb(151,161,234); }

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

border-color css

<style>
 span { border-color: #97A1EA; }

 span { border-color: rgb(151,161,234); }

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