Html Css Color HEX #99A3F2 Portage

📋 copy color: '#99A3F2'

red 153 ◦ green 163 ◦ blue 242

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

Shades of Portage #99A3F2

Tints of Portage #99A3F2

RGB

 RED value IS 153 (60.16% from 255) = 27.42%

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

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

R = 27.42%
G = 29.21%
B = 43.37%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99A3F2 (or 0x99A3F2) is known color: Portage. HEX triplet: 99, A3 and F2. RGB value is (153,163,242). Sum of RGB (Red+Green+Blue) = 153+163+242=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #99A3F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A3F2 is #665C0D. Grayscale: #A8A8A8. Windows color (decimal): -6708238 or 15901593. OLE color: 15901593.

HSL color Cylindrical-coordinate representation of color #99A3F2: hue angle of 233.26º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A3F2 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 163 242 -
CMYK 0.37 0.33 0 0.05
HSL 233.26º 0.77% 0.77% -
HSV(B) 233.26º 0.37% 0.95% -
XYZ 42.26 39.38 89.38 -
YUV 169.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 153 163 242 0.37 0.33 0 0.05 233.26 0.77 0.77
Hex 99 A3 F2 25 21 0 5 E9 4D 4D
Octal 231 243 362 45 41 0 5 351 115 115
Binary 10011001 10100011 11110010 100101 100001 0 101 11101001 1001101 1001101

Color Harmonies of #99A3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A3F2

Black with #99A3F2

Text Example


Text Example

White with #99A3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A3F2; }

 p { color: rgb(153,163,242); }

 H1.HeaderClassName
 {
   color: #99A3F2;
 }
 .AnyTagClassName
 {
   color: #99A3F2;
 }
</style>

background-color css

<style>
 a { background-color: #99A3F2; }

 a { background-color: rgb(153,163,242); }

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

border-color css

<style>
 span { border-color: #99A3F2; }

 span { border-color: rgb(153,163,242); }

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