Html Css Color HEX #96A1F9 Portage

📋 copy color: '#96A1F9'

red 150 ◦ green 161 ◦ blue 249

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

Shades of Portage #96A1F9

Tints of Portage #96A1F9

RGB

 RED value IS 150 (58.98% from 255) = 26.79%

 GREEN value IS 161 (63.28% from 255) = 28.75%

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 26.79%
G = 28.75%
B = 44.46%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96A1F9 (or 0x96A1F9) is known color: Portage. HEX triplet: 96, A1 and F9. RGB value is (150,161,249). Sum of RGB (Red+Green+Blue) = 150+161+249=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #96A1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A1F9 is #695E06. Grayscale: #A7A7A7. Windows color (decimal): -6905351 or 16359830. OLE color: 16359830.

HSL color Cylindrical-coordinate representation of color #96A1F9: hue angle of 233.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A1F9 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 161 249 -
CMYK 0.40 0.35 0 0.02
HSL 233.33º 0.89% 0.78% -
HSV(B) 233.33º 0.4% 0.98% -
XYZ 42.42 38.81 94.88 -
YUV 167.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 150 161 249 0.40 0.35 0 0.02 233.33 0.89 0.78
Hex 96 A1 F9 28 23 0 2 E9 59 4E
Octal 226 241 371 50 43 0 2 351 131 116
Binary 10010110 10100001 11111001 101000 100011 0 10 11101001 1011001 1001110

Color Harmonies of #96A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1F9

Black with #96A1F9

Text Example


Text Example

White with #96A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A1F9; }

 p { color: rgb(150,161,249); }

 H1.HeaderClassName
 {
   color: #96A1F9;
 }
 .AnyTagClassName
 {
   color: #96A1F9;
 }
</style>

background-color css

<style>
 a { background-color: #96A1F9; }

 a { background-color: rgb(150,161,249); }

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

border-color css

<style>
 span { border-color: #96A1F9; }

 span { border-color: rgb(150,161,249); }

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