Html Css Color HEX #8DA6FA Portage

📋 copy color: '#8DA6FA'

red 141 ◦ green 166 ◦ blue 250

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

Shades of Portage #8DA6FA

Tints of Portage #8DA6FA

RGB

 RED value IS 141 (55.47% from 255) = 25.31%

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 25.31%
G = 29.8%
B = 44.88%

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

#8DA6FA (or 0x8DA6FA) is known color: Portage. HEX triplet: 8D, A6 and FA. RGB value is (141,166,250). Sum of RGB (Red+Green+Blue) = 141+166+250=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6FA is #725905. Grayscale: #A7A7A7. Windows color (decimal): -7493894 or 16426637. OLE color: 16426637.

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

Color convert

RGB 141 166 250 -
CMYK 0.44 0.34 0 0.02
HSL 226.24º 0.92% 0.77% -
HSV(B) 226.24º 0.44% 0.98% -
XYZ 41.88 39.84 95.92 -
YUV 168.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 141 166 250 0.44 0.34 0 0.02 226.24 0.92 0.77
Hex 8D A6 FA 2C 22 0 2 E2 5C 4D
Octal 215 246 372 54 42 0 2 342 134 115
Binary 10001101 10100110 11111010 101100 100010 0 10 11100010 1011100 1001101

Color Harmonies of #8DA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6FA

Black with #8DA6FA

Text Example


Text Example

White with #8DA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,250); }

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

background-color css

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

 a { background-color: rgb(141,166,250); }

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

border-color css

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

 span { border-color: rgb(141,166,250); }

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