Html Css Color HEX #96A0FC Portage

📋 copy color: '#96A0FC'

red 150 ◦ green 160 ◦ blue 252

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

Shades of Portage #96A0FC

Tints of Portage #96A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

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

R = 26.69%
G = 28.47%
B = 44.84%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96A0FC (or 0x96A0FC) is known color: Portage. HEX triplet: 96, A0 and FC. RGB value is (150,160,252). Sum of RGB (Red+Green+Blue) = 150+160+252=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #96A0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A0FC is #695F03. Grayscale: #A7A7A7. Windows color (decimal): -6905604 or 16556182. OLE color: 16556182.

HSL color Cylindrical-coordinate representation of color #96A0FC: hue angle of 234.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A0FC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 160 252 -
CMYK 0.40 0.37 0 0.01
HSL 234.12º 0.94% 0.79% -
HSV(B) 234.12º 0.4% 0.99% -
XYZ 42.72 38.65 97.3 -
YUV 167.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 150 160 252 0.40 0.37 0 0.01 234.12 0.94 0.79
Hex 96 A0 FC 28 25 0 1 EA 5E 4F
Octal 226 240 374 50 45 0 1 352 136 117
Binary 10010110 10100000 11111100 101000 100101 0 1 11101010 1011110 1001111

Color Harmonies of #96A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0FC

Black with #96A0FC

Text Example


Text Example

White with #96A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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