Html Css Color HEX #97A8EA Portage

📋 copy color: '#97A8EA'

red 151 ◦ green 168 ◦ blue 234

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

Shades of Portage #97A8EA

Tints of Portage #97A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 27.31%
G = 30.38%
B = 42.31%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97A8EA (or 0x97A8EA) is known color: Portage. HEX triplet: 97, A8 and EA. RGB value is (151,168,234). Sum of RGB (Red+Green+Blue) = 151+168+234=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #97A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A8EA is #685715. Grayscale: #AAAAAA. Windows color (decimal): -6838038 or 15378583. OLE color: 15378583.

HSL color Cylindrical-coordinate representation of color #97A8EA: hue angle of 227.71º 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 #97A8EA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 168 234 -
CMYK 0.35 0.28 0 0.08
HSL 227.71º 0.66% 0.75% -
HSV(B) 227.71º 0.35% 0.92% -
XYZ 41.62 40.53 83.47 -
YUV 170.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 151 168 234 0.35 0.28 0 0.08 227.71 0.66 0.75
Hex 97 A8 EA 23 1C 0 8 E4 42 4B
Octal 227 250 352 43 34 0 10 344 102 113
Binary 10010111 10101000 11101010 100011 11100 0 1000 11100100 1000010 1001011

Color Harmonies of #97A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A8EA

Black with #97A8EA

Text Example


Text Example

White with #97A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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