Html Css Color HEX #8A96FC Portage

📋 copy color: '#8A96FC'

red 138 ◦ green 150 ◦ blue 252

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

Shades of Portage #8A96FC

Tints of Portage #8A96FC

RGB

 RED value IS 138 (54.3% from 255) = 25.56%

 GREEN value IS 150 (58.98% from 255) = 27.78%

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 25.56%
G = 27.78%
B = 46.67%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A96FC (or 0x8A96FC) is known color: Portage. HEX triplet: 8A, 96 and FC. RGB value is (138,150,252). Sum of RGB (Red+Green+Blue) = 138+150+252=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A96FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A96FC is #756903. Grayscale: #9D9D9D. Windows color (decimal): -7694596 or 16553610. OLE color: 16553610.

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

Color convert

RGB 138 150 252 -
CMYK 0.45 0.40 0 0.01
HSL 233.68º 0.95% 0.76% -
HSV(B) 233.68º 0.45% 0.99% -
XYZ 38.96 34.24 96.65 -
YUV 158.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 138 150 252 0.45 0.40 0 0.01 233.68 0.95 0.76
Hex 8A 96 FC 2D 28 0 1 EA 5F 4C
Octal 212 226 374 55 50 0 1 352 137 114
Binary 10001010 10010110 11111100 101101 101000 0 1 11101010 1011111 1001100

Color Harmonies of #8A96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A96FC

Black with #8A96FC

Text Example


Text Example

White with #8A96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,252); }

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

background-color css

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

 a { background-color: rgb(138,150,252); }

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

border-color css

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

 span { border-color: rgb(138,150,252); }

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