Html Css Color HEX #8699EE Portage

📋 copy color: '#8699EE'

red 134 ◦ green 153 ◦ blue 238

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

Shades of Portage #8699EE

Tints of Portage #8699EE

RGB

 RED value IS 134 (52.73% from 255) = 25.52%

 GREEN value IS 153 (60.16% from 255) = 29.14%

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

R = 25.52%
G = 29.14%
B = 45.33%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8699EE (or 0x8699EE) is known color: Portage. HEX triplet: 86, 99 and EE. RGB value is (134,153,238). Sum of RGB (Red+Green+Blue) = 134+153+238=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #8699EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8699EE is #796611. Grayscale: #9C9C9C. Windows color (decimal): -7955986 or 15636870. OLE color: 15636870.

HSL color Cylindrical-coordinate representation of color #8699EE: hue angle of 229.04º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8699EE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 153 238 -
CMYK 0.44 0.36 0 0.07
HSL 229.04º 0.75% 0.73% -
HSV(B) 229.04º 0.44% 0.93% -
XYZ 36.66 34.02 85.52 -
YUV 157.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 134 153 238 0.44 0.36 0 0.07 229.04 0.75 0.73
Hex 86 99 EE 2C 24 0 7 E5 4B 49
Octal 206 231 356 54 44 0 7 345 113 111
Binary 10000110 10011001 11101110 101100 100100 0 111 11100101 1001011 1001001

Color Harmonies of #8699EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8699EE

Black with #8699EE

Text Example


Text Example

White with #8699EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8699EE; }

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

 H1.HeaderClassName
 {
   color: #8699EE;
 }
 .AnyTagClassName
 {
   color: #8699EE;
 }
</style>

background-color css

<style>
 a { background-color: #8699EE; }

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

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

border-color css

<style>
 span { border-color: #8699EE; }

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

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