Html Css Color HEX #999BEE Portage

📋 copy color: '#999BEE'

red 153 ◦ green 155 ◦ blue 238

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

Shades of Portage #999BEE

Tints of Portage #999BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.39%

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 28.02%
G = 28.39%
B = 43.59%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#999BEE (or 0x999BEE) is known color: Portage. HEX triplet: 99, 9B and EE. RGB value is (153,155,238). Sum of RGB (Red+Green+Blue) = 153+155+238=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #999BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BEE is #666411. Grayscale: #A3A3A3. Windows color (decimal): -6710290 or 15637401. OLE color: 15637401.

HSL color Cylindrical-coordinate representation of color #999BEE: hue angle of 238.59º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999BEE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 155 238 -
CMYK 0.36 0.35 0 0.07
HSL 238.59º 0.71% 0.77% -
HSV(B) 238.59º 0.36% 0.93% -
XYZ 40.29 36.39 85.79 -
YUV 163.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 153 155 238 0.36 0.35 0 0.07 238.59 0.71 0.77
Hex 99 9B EE 24 23 0 7 EF 47 4D
Octal 231 233 356 44 43 0 7 357 107 115
Binary 10011001 10011011 11101110 100100 100011 0 111 11101111 1000111 1001101

Color Harmonies of #999BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BEE

Black with #999BEE

Text Example


Text Example

White with #999BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,155,238); }

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

background-color css

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

 a { background-color: rgb(153,155,238); }

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

border-color css

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

 span { border-color: rgb(153,155,238); }

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