Html Css Color HEX #8BA5FD Portage

📋 copy color: '#8BA5FD'

red 139 ◦ green 165 ◦ blue 253

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

Shades of Portage #8BA5FD

Tints of Portage #8BA5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 24.96%
G = 29.62%
B = 45.42%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BA5FD (or 0x8BA5FD) is known color: Portage. HEX triplet: 8B, A5 and FD. RGB value is (139,165,253). Sum of RGB (Red+Green+Blue) = 139+165+253=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA5FD is #745A02. Grayscale: #A6A6A6. Windows color (decimal): -7625219 or 16622987. OLE color: 16622987.

HSL color Cylindrical-coordinate representation of color #8BA5FD: hue angle of 226.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA5FD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 165 253 -
CMYK 0.45 0.35 0 0.01
HSL 226.32º 0.97% 0.77% -
HSV(B) 226.32º 0.45% 0.99% -
XYZ 41.83 39.49 98.35 -
YUV 167.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 139 165 253 0.45 0.35 0 0.01 226.32 0.97 0.77
Hex 8B A5 FD 2D 23 0 1 E2 61 4D
Octal 213 245 375 55 43 0 1 342 141 115
Binary 10001011 10100101 11111101 101101 100011 0 1 11100010 1100001 1001101

Color Harmonies of #8BA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5FD

Black with #8BA5FD

Text Example


Text Example

White with #8BA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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