Html Css Color HEX #8BA3EE Portage

📋 copy color: '#8BA3EE'

red 139 ◦ green 163 ◦ blue 238

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

Shades of Portage #8BA3EE

Tints of Portage #8BA3EE

RGB

 RED value IS 139 (54.69% from 255) = 25.74%

 GREEN value IS 163 (64.06% from 255) = 30.19%

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

R = 25.74%
G = 30.19%
B = 44.07%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BA3EE (or 0x8BA3EE) is known color: Portage. HEX triplet: 8B, A3 and EE. RGB value is (139,163,238). Sum of RGB (Red+Green+Blue) = 139+163+238=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BA3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3EE is #745C11. Grayscale: #A4A4A4. Windows color (decimal): -7625746 or 15639435. OLE color: 15639435.

HSL color Cylindrical-coordinate representation of color #8BA3EE: hue angle of 225.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA3EE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 163 238 -
CMYK 0.42 0.32 0 0.07
HSL 225.45º 0.74% 0.74% -
HSV(B) 225.45º 0.42% 0.93% -
XYZ 39.18 37.86 86.13 -
YUV 164.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 139 163 238 0.42 0.32 0 0.07 225.45 0.74 0.74
Hex 8B A3 EE 2A 20 0 7 E1 4A 4A
Octal 213 243 356 52 40 0 7 341 112 112
Binary 10001011 10100011 11101110 101010 100000 0 111 11100001 1001010 1001010

Color Harmonies of #8BA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA3EE

Black with #8BA3EE

Text Example


Text Example

White with #8BA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA3EE; }

 p { color: rgb(139,163,238); }

 H1.HeaderClassName
 {
   color: #8BA3EE;
 }
 .AnyTagClassName
 {
   color: #8BA3EE;
 }
</style>

background-color css

<style>
 a { background-color: #8BA3EE; }

 a { background-color: rgb(139,163,238); }

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

border-color css

<style>
 span { border-color: #8BA3EE; }

 span { border-color: rgb(139,163,238); }

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