Html Css Color HEX #999FFE Perano

📋 copy color: '#999FFE'

red 153 ◦ green 159 ◦ blue 254

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

Shades of Perano #999FFE

Tints of Perano #999FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

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

R = 27.03%
G = 28.09%
B = 44.88%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#999FFE (or 0x999FFE) is known color: Perano. HEX triplet: 99, 9F and FE. RGB value is (153,159,254). Sum of RGB (Red+Green+Blue) = 153+159+254=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #999FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFE is #666001. Grayscale: #A7A7A7. Windows color (decimal): -6709250 or 16687001. OLE color: 16687001.

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

Color convert

RGB 153 159 254 -
CMYK 0.40 0.37 0 0.00
HSL 236.44º 0.98% 0.8% -
HSV(B) 236.44º 0.4% 1% -
XYZ 43.42 38.72 98.95 -
YUV 168.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 153 159 254 0.40 0.37 0 0.00 236.44 0.98 0.8
Hex 99 9F FE 28 25 0 0 EC 62 50
Octal 231 237 376 50 45 0 0 354 142 120
Binary 10011001 10011111 11111110 101000 100101 0 0 11101100 1100010 1010000

Color Harmonies of #999FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FFE

Black with #999FFE

Text Example


Text Example

White with #999FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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