Html Css Color HEX #999CFE Portage

📋 copy color: '#999CFE'

red 153 ◦ green 156 ◦ blue 254

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

Shades of Portage #999CFE

Tints of Portage #999CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.71%

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

R = 27.18%
G = 27.71%
B = 45.12%

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

#999CFE (or 0x999CFE) is known color: Portage. HEX triplet: 99, 9C and FE. RGB value is (153,156,254). Sum of RGB (Red+Green+Blue) = 153+156+254=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #999CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CFE is #666301. Grayscale: #A5A5A5. Windows color (decimal): -6710018 or 16686233. OLE color: 16686233.

HSL color Cylindrical-coordinate representation of color #999CFE: hue angle of 238.22º 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 #999CFE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 156 254 -
CMYK 0.40 0.39 0 0.00
HSL 238.22º 0.98% 0.8% -
HSV(B) 238.22º 0.4% 1% -
XYZ 42.91 37.71 98.78 -
YUV 166.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 153 156 254 0.40 0.39 0 0.00 238.22 0.98 0.8
Hex 99 9C FE 28 27 0 0 EE 62 50
Octal 231 234 376 50 47 0 0 356 142 120
Binary 10011001 10011100 11111110 101000 100111 0 0 11101110 1100010 1010000

Color Harmonies of #999CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CFE

Black with #999CFE

Text Example


Text Example

White with #999CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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