Html Css Color HEX #999AFE Portage

📋 copy color: '#999AFE'

red 153 ◦ green 154 ◦ blue 254

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

Shades of Portage #999AFE

Tints of Portage #999AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.45%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 27.27%
G = 27.45%
B = 45.28%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#999AFE (or 0x999AFE) is known color: Portage. HEX triplet: 99, 9A and FE. RGB value is (153,154,254). Sum of RGB (Red+Green+Blue) = 153+154+254=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #999AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AFE is #666501. Grayscale: #A4A4A4. Windows color (decimal): -6710530 or 16685721. OLE color: 16685721.

HSL color Cylindrical-coordinate representation of color #999AFE: hue angle of 239.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999AFE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 154 254 -
CMYK 0.40 0.39 0 0.00
HSL 239.41º 0.98% 0.8% -
HSV(B) 239.41º 0.4% 1% -
XYZ 42.58 37.04 98.67 -
YUV 165.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 153 154 254 0.40 0.39 0 0.00 239.41 0.98 0.8
Hex 99 9A FE 28 27 0 0 EF 62 50
Octal 231 232 376 50 47 0 0 357 142 120
Binary 10011001 10011010 11111110 101000 100111 0 0 11101111 1100010 1010000

Color Harmonies of #999AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999AFE

Black with #999AFE

Text Example


Text Example

White with #999AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999AFE; }

 p { color: rgb(153,154,254); }

 H1.HeaderClassName
 {
   color: #999AFE;
 }
 .AnyTagClassName
 {
   color: #999AFE;
 }
</style>

background-color css

<style>
 a { background-color: #999AFE; }

 a { background-color: rgb(153,154,254); }

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

border-color css

<style>
 span { border-color: #999AFE; }

 span { border-color: rgb(153,154,254); }

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