Html Css Color HEX #97A3EC Portage

📋 copy color: '#97A3EC'

red 151 ◦ green 163 ◦ blue 236

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

Shades of Portage #97A3EC

Tints of Portage #97A3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 27.45%
G = 29.64%
B = 42.91%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#97A3EC (or 0x97A3EC) is known color: Portage. HEX triplet: 97, A3 and EC. RGB value is (151,163,236). Sum of RGB (Red+Green+Blue) = 151+163+236=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #97A3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A3EC is #685C13. Grayscale: #A7A7A7. Windows color (decimal): -6839316 or 15508375. OLE color: 15508375.

HSL color Cylindrical-coordinate representation of color #97A3EC: hue angle of 231.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97A3EC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 163 236 -
CMYK 0.36 0.31 0 0.07
HSL 231.53º 0.69% 0.76% -
HSV(B) 231.53º 0.36% 0.93% -
XYZ 41 38.83 84.69 -
YUV 167.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 151 163 236 0.36 0.31 0 0.07 231.53 0.69 0.76
Hex 97 A3 EC 24 1F 0 7 E8 45 4C
Octal 227 243 354 44 37 0 7 350 105 114
Binary 10010111 10100011 11101100 100100 11111 0 111 11101000 1000101 1001100

Color Harmonies of #97A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A3EC

Black with #97A3EC

Text Example


Text Example

White with #97A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,163,236); }

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

background-color css

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

 a { background-color: rgb(151,163,236); }

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

border-color css

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

 span { border-color: rgb(151,163,236); }

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