Html Css Color HEX #8BA5FA Portage

📋 copy color: '#8BA5FA'

red 139 ◦ green 165 ◦ blue 250

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

Shades of Portage #8BA5FA

Tints of Portage #8BA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.78%

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 25.09%
G = 29.78%
B = 45.13%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BA5FA (or 0x8BA5FA) is known color: Portage. HEX triplet: 8B, A5 and FA. RGB value is (139,165,250). Sum of RGB (Red+Green+Blue) = 139+165+250=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA5FA is #745A05. Grayscale: #A6A6A6. Windows color (decimal): -7625222 or 16426379. OLE color: 16426379.

HSL color Cylindrical-coordinate representation of color #8BA5FA: hue angle of 225.95º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA5FA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 165 250 -
CMYK 0.44 0.34 0 0.02
HSL 225.95º 0.92% 0.76% -
HSV(B) 225.95º 0.44% 0.98% -
XYZ 41.36 39.3 95.85 -
YUV 166.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 139 165 250 0.44 0.34 0 0.02 225.95 0.92 0.76
Hex 8B A5 FA 2C 22 0 2 E2 5C 4C
Octal 213 245 372 54 42 0 2 342 134 114
Binary 10001011 10100101 11111010 101100 100010 0 10 11100010 1011100 1001100

Color Harmonies of #8BA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5FA

Black with #8BA5FA

Text Example


Text Example

White with #8BA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,250); }

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

background-color css

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

 a { background-color: rgb(139,165,250); }

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

border-color css

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

 span { border-color: rgb(139,165,250); }

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